From 4929da5d73f4f463555a3fcc3d77a2895b418fe5 Mon Sep 17 00:00:00 2001 From: ValueOn AG Date: Tue, 9 Sep 2025 15:00:29 +0200 Subject: [PATCH] gateway prod with postgres db --- .github/workflows/main_gateway-prod.yml | 2 +- env_int.env | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main_gateway-prod.yml b/.github/workflows/main_gateway-prod.yml index 09e7c1f5..f73e8e7d 100644 --- a/.github/workflows/main_gateway-prod.yml +++ b/.github/workflows/main_gateway-prod.yml @@ -70,6 +70,6 @@ jobs: uses: azure/webapps-deploy@v3 id: deploy-to-webapp with: - app-name: 'gateway_prod' + app-name: 'gateway-prod' slot-name: 'Production' publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_GATEWAY_PROD }} \ No newline at end of file diff --git a/env_int.env b/env_int.env index 7b6cca3d..31c8adec 100644 --- a/env_int.env +++ b/env_int.env @@ -7,21 +7,21 @@ APP_API_URL = https://gateway-int.poweron-center.net # PostgreSQL Storage (new) 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_PASSWORD_SECRET=VkAjgECESbEVQ$Tu DB_APP_PORT=5432 # PostgreSQL Storage (new) 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_PASSWORD_SECRET=VkAjgECESbEVQ$Tu DB_CHAT_PORT=5432 # PostgreSQL Storage (new) 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_PASSWORD_SECRET=VkAjgECESbEVQ$Tu DB_MANAGEMENT_PORT=5432