mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-29 10:13:05 +03:00
57d9b8e8b4
This PR fixes #4588 --------- Co-authored-by: Félix Malfait <felix@twenty.com> Co-authored-by: Charles Bochet <charles@twenty.com>
20 lines
378 B
Plaintext
20 lines
378 B
Plaintext
TAG=latest
|
|
|
|
# POSTGRES_ADMIN_PASSWORD=replace_me_with_a_strong_password
|
|
|
|
PG_DATABASE_HOST=db:5432
|
|
REDIS_URL=redis://redis:6379
|
|
|
|
SERVER_URL=http://localhost:3000
|
|
|
|
# Use openssl rand -base64 32 for each secret
|
|
# APP_SECRET=replace_me_with_a_random_string
|
|
|
|
SIGN_IN_PREFILLED=true
|
|
|
|
STORAGE_TYPE=local
|
|
|
|
# STORAGE_S3_REGION=eu-west3
|
|
# STORAGE_S3_NAME=my-bucket
|
|
# STORAGE_S3_ENDPOINT=
|