You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: mongo connection string & cookie secret from env vars
- allow for the setting of configuration for MongoDB database
connection string as well as cookie secret via environment
variables as an alternative to JSON-based configuration
Useful in environments that split config between secrets (ie.
stored in a secret manager) and plain app configurations such
as commitConfig, attestation, etc. that may not be considered
sensitive & wouldn't be appropriate in a secret manager.
0 commit comments