Recommended: configure()
Write your code once and use it in both development and production. Switching between proxy
and client mode is automatic.
configure()
The recommended pattern: write once and deploy anywhere.
Manual modes
If you need to control the mode yourself:configure()
For HTTP API keys. With
elding proxy, the key never enters your application.secret() / client()
For databases and configuration. Values are loaded into memory like a traditional vault.