Files
umami/.env.example
2026-02-17 00:59:45 -03:00

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