Environment Variables

Every environment variable Nimbus reads.

VariableDescription
NIMBUS_ACCESS_KEYAccess key used to authenticate with the target provider.
NIMBUS_SECRET_KEYSecret key paired with NIMBUS_ACCESS_KEY.
NIMBUS_ENVSelects nimbus.<env>.config.json to merge over the base config.
NIMBUS_LOG_LEVELOne of error, warn, info, debug. Default info.
NIMBUS_CONFIG_PATHOverrides the default ./nimbus.config.json lookup path.
SLACK_WEBHOOK_URLRead by the example Slack plugin in Plugins, not by Nimbus core.

Provider credential chain variables (AWS_PROFILE, GOOGLE_APPLICATION_CREDENTIALS, etc.) are read directly by the underlying SDKs โ€” see Authentication.