Environment variable

Adding config variables on the app level will make them available to all the tasks within the app. These variables are stored encrypted securely so you can be comfortable putting sensitive credentials like DB user/password.

Any config variable will be available in the task's environment variable.

Last updated