NODE_ENV=production
, MAVEN_OPTS=-Xms256m -Xmx512m
etc.
Build variables can be added at the “build variables” tab of the app page.
JAVA_TOOL_OPTIONS=-Dserver.port=8082
, DJANGO_SETTINGS_MODULE=config.settings.production
etc.
Runtime variables can be added at the “Environment variables” tab of the app page.
, they are encrypted at rest. You app key in Laravel is a good example(
APP_KEY=base64:supersecretkey`).
Secrets can be added at the “Secrets” tab of the app page.
/workspace
directory of the container. When you give a path, you should give the absolute path. For instance, if you want to mount a persistent volume for the “data/images” directory in your app, then the path value will be /workspace/data/images
.