gateway prod with postgres db
This commit is contained in:
parent
3be01f4da5
commit
4929da5d73
2 changed files with 4 additions and 4 deletions
2
.github/workflows/main_gateway-prod.yml
vendored
2
.github/workflows/main_gateway-prod.yml
vendored
|
|
@ -70,6 +70,6 @@ jobs:
|
||||||
uses: azure/webapps-deploy@v3
|
uses: azure/webapps-deploy@v3
|
||||||
id: deploy-to-webapp
|
id: deploy-to-webapp
|
||||||
with:
|
with:
|
||||||
app-name: 'gateway_prod'
|
app-name: 'gateway-prod'
|
||||||
slot-name: 'Production'
|
slot-name: 'Production'
|
||||||
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_GATEWAY_PROD }}
|
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_GATEWAY_PROD }}
|
||||||
|
|
@ -7,21 +7,21 @@ APP_API_URL = https://gateway-int.poweron-center.net
|
||||||
|
|
||||||
# PostgreSQL Storage (new)
|
# PostgreSQL Storage (new)
|
||||||
DB_APP_HOST=gateway-int-server.postgres.database.azure.com
|
DB_APP_HOST=gateway-int-server.postgres.database.azure.com
|
||||||
DB_APP_DATABASE=poweron_app_int
|
DB_APP_DATABASE=poweron_app
|
||||||
DB_APP_USER=heeshkdlby
|
DB_APP_USER=heeshkdlby
|
||||||
DB_APP_PASSWORD_SECRET=VkAjgECESbEVQ$Tu
|
DB_APP_PASSWORD_SECRET=VkAjgECESbEVQ$Tu
|
||||||
DB_APP_PORT=5432
|
DB_APP_PORT=5432
|
||||||
|
|
||||||
# PostgreSQL Storage (new)
|
# PostgreSQL Storage (new)
|
||||||
DB_CHAT_HOST=gateway-int-server.postgres.database.azure.com
|
DB_CHAT_HOST=gateway-int-server.postgres.database.azure.com
|
||||||
DB_CHAT_DATABASE=poweron_chat_int
|
DB_CHAT_DATABASE=poweron_chat
|
||||||
DB_CHAT_USER=heeshkdlby
|
DB_CHAT_USER=heeshkdlby
|
||||||
DB_CHAT_PASSWORD_SECRET=VkAjgECESbEVQ$Tu
|
DB_CHAT_PASSWORD_SECRET=VkAjgECESbEVQ$Tu
|
||||||
DB_CHAT_PORT=5432
|
DB_CHAT_PORT=5432
|
||||||
|
|
||||||
# PostgreSQL Storage (new)
|
# PostgreSQL Storage (new)
|
||||||
DB_MANAGEMENT_HOST=gateway-int-server.postgres.database.azure.com
|
DB_MANAGEMENT_HOST=gateway-int-server.postgres.database.azure.com
|
||||||
DB_MANAGEMENT_DATABASE=poweron_management_int
|
DB_MANAGEMENT_DATABASE=poweron_management
|
||||||
DB_MANAGEMENT_USER=heeshkdlby
|
DB_MANAGEMENT_USER=heeshkdlby
|
||||||
DB_MANAGEMENT_PASSWORD_SECRET=VkAjgECESbEVQ$Tu
|
DB_MANAGEMENT_PASSWORD_SECRET=VkAjgECESbEVQ$Tu
|
||||||
DB_MANAGEMENT_PORT=5432
|
DB_MANAGEMENT_PORT=5432
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue