diff --git a/env_prod.env b/env_prod.env index da1de9fa..bc833178 100644 --- a/env_prod.env +++ b/env_prod.env @@ -3,7 +3,7 @@ # System Configuration APP_ENV_TYPE = prod 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) DB_APP_HOST=gateway-prod-server.postgres.database.azure.com @@ -44,5 +44,5 @@ APP_LOGGING_ROTATION_SIZE = 10485760 APP_LOGGING_BACKUP_COUNT = 5 # Service Redirects -Service_MSFT_REDIRECT_URI = https://gateway.poweron-center.net/api/msft/auth/callback -Service_GOOGLE_REDIRECT_URI = https://gateway.poweron-center.net/api/google/auth/callback +Service_MSFT_REDIRECT_URI = https://gateway-prod.poweron-center.net/api/msft/auth/callback +Service_GOOGLE_REDIRECT_URI = https://gateway-prod.poweron-center.net/api/google/auth/callback