Umami analytics stack
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user