updated rnv_prod.env to use correct redirect uri
This commit is contained in:
parent
c397e9b98d
commit
6858bf3a87
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue