9 lines
270 B
Plaintext
9 lines
270 B
Plaintext
# Umami stack environment variables.
|
|
# Set real values in Portainer (Stack → Editor → Environment variables) or in a
|
|
# local .env file. Do not commit real secrets to the repo.
|
|
|
|
POSTGRES_DB=umami
|
|
POSTGRES_USER=umami
|
|
POSTGRES_PASSWORD=REPLACE_ME
|
|
APP_SECRET=REPLACE_ME
|