mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-02 00:22:32 +03:00
e4959ad534
In this PR: - update your environment variables to default `CACHE_STORAGE_TYPE` to `redis` and `MESSAGE_QUEUE_TYPE` to `bull-mq` - add redis container to our default docker-compose - add `REDIS_HOST` and `REDIS_PORT` to docker-compose yaml - add upgrade instructions
24 lines
584 B
Plaintext
24 lines
584 B
Plaintext
TAG=latest
|
|
|
|
# POSTGRES_ADMIN_PASSWORD=replace_me_with_a_strong_password
|
|
|
|
PG_DATABASE_HOST=db:5432
|
|
|
|
SERVER_URL=http://localhost:3000
|
|
# REDIS_HOST=redis
|
|
# REDIS_PORT=6379
|
|
|
|
# Use openssl rand -base64 32 for each secret
|
|
# ACCESS_TOKEN_SECRET=replace_me_with_a_random_string_access
|
|
# LOGIN_TOKEN_SECRET=replace_me_with_a_random_string_login
|
|
# REFRESH_TOKEN_SECRET=replace_me_with_a_random_string_refresh
|
|
# FILE_TOKEN_SECRET=replace_me_with_a_random_string_refresh
|
|
|
|
SIGN_IN_PREFILLED=true
|
|
|
|
STORAGE_TYPE=local
|
|
|
|
# STORAGE_S3_REGION=eu-west3
|
|
# STORAGE_S3_NAME=my-bucket
|
|
# STORAGE_S3_ENDPOINT=
|