11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
|
|
# Copy to .env and fill in. Never commit .env.
|
||
|
|
# Generate secrets with:
|
||
|
|
# openssl rand -hex 32 # APP_SECRET
|
||
|
|
# openssl rand -hex 24 # POSTGRES_PASSWORD
|
||
|
|
|
||
|
|
# Signing secret for sessions/tokens. Changing it invalidates existing sessions.
|
||
|
|
APP_SECRET=
|
||
|
|
|
||
|
|
# PostgreSQL password (shared by the umami app and the umami-db container).
|
||
|
|
POSTGRES_PASSWORD=
|