Skip to main content

Environment Variables

Environment variables can be used to set properties. They have the highest precedence and override application properties set in .properties files from Tomcat, resources, and configurations.

Set variables in compose.yaml under environment:

services:
frankframework:
...
environment:
instance.name: my-frank-app
dtap.stage: LOC
configurations.directory.autoLoad: "false"

Do not use environment variables for secrets. See Secrets.