-
Notifications
You must be signed in to change notification settings - Fork 6
Add environment variables
LeChatErrant edited this page Mar 20, 2021
·
3 revisions
⚠️ If you haven't read the Getting started - Configuration section, you should start with it
Environment variables are made available into the app through the appConfig file.
To add a new one :
- Add it into the appConfig
- Add it into your docker-compose, to correctly forward it when running
docker-compose up
- Give it a default value in your .envrc
- Reload your .envrc (
direnv allow
orsource .envrc
)