diff --git a/.env.example b/.env.example index a901c49e4..a7d0489f3 100644 --- a/.env.example +++ b/.env.example @@ -15,7 +15,7 @@ ACCESS_TOKEN_SALT= DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}?connect_timeout=300&sslmode=prefer JWT_SECRET_KEY= -ROOT_URL=https:// +ROOT_URL=https://ghostfolio.domain # Enable social login (Google, OIDC, etc.) # ENABLE_FEATURE_SOCIAL_LOGIN=true