mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 12:02:10 +03:00
77c2961912
Co-authored-by: Weiko <corentin@twenty.com>
24 lines
460 B
Plaintext
24 lines
460 B
Plaintext
TAG=latest
|
|
|
|
#PGUSER_SUPERUSER=postgres
|
|
#PGPASSWORD_SUPERUSER=replace_me_with_a_strong_password
|
|
|
|
PG_DATABASE_HOST=db:5432
|
|
REDIS_URL=redis://redis:6379
|
|
|
|
SERVER_URL=http://localhost:3000
|
|
FRONT_DOMAIN=localhost
|
|
FRONT_PORT=3000
|
|
FRONT_PROTOCOL=http
|
|
|
|
# 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=
|