updated rnv_prod.env to use correct redirect uri

This commit is contained in:
Ida Dittrich 2025-09-10 08:26:45 +02:00
parent c397e9b98d
commit 6858bf3a87

View file

@ -3,7 +3,7 @@
# System Configuration # System Configuration
APP_ENV_TYPE = prod APP_ENV_TYPE = prod
APP_ENV_LABEL = Production Instance APP_ENV_LABEL = Production Instance
APP_API_URL = https://gateway.poweron-center.net APP_API_URL = https://gateway-prod.poweron-center.net
# PostgreSQL Storage (new) # PostgreSQL Storage (new)
DB_APP_HOST=gateway-prod-server.postgres.database.azure.com DB_APP_HOST=gateway-prod-server.postgres.database.azure.com
@ -44,5 +44,5 @@ APP_LOGGING_ROTATION_SIZE = 10485760
APP_LOGGING_BACKUP_COUNT = 5 APP_LOGGING_BACKUP_COUNT = 5
# Service Redirects # Service Redirects
Service_MSFT_REDIRECT_URI = https://gateway.poweron-center.net/api/msft/auth/callback Service_MSFT_REDIRECT_URI = https://gateway-prod.poweron-center.net/api/msft/auth/callback
Service_GOOGLE_REDIRECT_URI = https://gateway.poweron-center.net/api/google/auth/callback Service_GOOGLE_REDIRECT_URI = https://gateway-prod.poweron-center.net/api/google/auth/callback