19 lines
397 B
Plaintext
19 lines
397 B
Plaintext
TAG=latest
|
|
|
|
#PGUSER_SUPERUSER=postgres
|
|
#PGPASSWORD_SUPERUSER=replace_me_with_a_strong_password
|
|
#PG_DATABASE_HOST=db
|
|
#REDIS_URL=redis://redis:6379
|
|
|
|
SERVER_URL=http://localhost:3000
|
|
SIGN_IN_PREFILLED=false
|
|
|
|
# Use openssl rand -base64 32 for each secret
|
|
# APP_SECRET=replace_me_with_a_random_string
|
|
|
|
STORAGE_TYPE=local
|
|
|
|
# STORAGE_S3_REGION=eu-west3
|
|
# STORAGE_S3_NAME=my-bucket
|
|
# STORAGE_S3_ENDPOINT=
|