PORT: 3000
SERVER_URL: https://twenty.example.com
FRONT_BASE_URL: https://twenty.example.com
PG_DATABASE_URL: postgres://twenty:twenty@twentycrm-db/default
REDIS_HOST: twentycrm-redis
REDIS_PORT: 6379
ENABLE_DB_MIGRATIONS: true
SIGN_IN_PREFILLED: true
STORAGE_TYPE: local
MESSAGE_QUEUE_TYPE: bull-mq
ACCESS_TOKEN_EXPIRES_IN: 7d
LOGIN_TOKEN_EXPIRES_IN: 1h
ACCESS_TOKEN_SECRET: <set to the key 'accessToken' in secret 'tokens'> Optional: false
LOGIN_TOKEN_SECRET: <set to the key 'loginToken' in secret 'tokens'> Optional: false
REFRESH_TOKEN_SECRET: <set to the key 'refreshToken' in secret 'tokens'> Optional: false
FILE_TOKEN_SECRET: <set to the key 'fileToken' in secret 'tokens'> Optional: false
LOG_LEVELS: log,warn,error
CALENDAR_PROVIDER_GOOGLE_ENABLED: true
AUTH_GOOGLE_ENABLED: true
MESSAGING_PROVIDER_GMAIL_ENABLED: true
MESSAGING_PROVIDER_GMAIL_CALLBACK_URL: https://twenty.example.com/auth/google-gmail/get-access-token
AUTH_GOOGLE_CLIENT_ID: xxxxxxxx
AUTH_GOOGLE_CLIENT_SECRET: yyyyyyyy
AUTH_GOOGLE_CALLBACK_URL: https://twenty.example.com/auth/google-apis/get-access-token
AUTH_GOOGLE_APIS_CALLBACK_URL: https://twenty.example.com/auth/google/redirect
FRONT_AUTH_CALLBACK_URL: https://twenty.example.com/verify
IS_SIGN_UP_DISABLED: false
PASSWORD_RESET_TOKEN_EXPIRES_IN: 5m