diff --git a/twenty/code/.env.example b/twenty/code/.env.example index 5a3ab70..f3da731 100644 --- a/twenty/code/.env.example +++ b/twenty/code/.env.example @@ -6,10 +6,10 @@ TAG=latest PG_DATABASE_HOST=db:5432 REDIS_URL=redis://redis:6379 -SERVER_URL=http://localhost:3000 +SERVER_URL=https://$(PRIMARY_DOMAIN) # Use openssl rand -base64 32 for each secret -# APP_SECRET=replace_me_with_a_random_string +APP_SECRET=replace_me_with_a_random_string SIGN_IN_PREFILLED=true