adapted server access

This commit is contained in:
ValueOn AG 2025-09-09 17:23:34 +02:00
parent 09b6880b41
commit b193bc659e

View file

@ -7,21 +7,21 @@ APP_API_URL = https://gateway.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
DB_APP_DATABASE=gateway-app DB_APP_DATABASE=poweron_app
DB_APP_USER=gzxxmcrdhn DB_APP_USER=gzxxmcrdhn
DB_APP_PASSWORD_SECRET=prod_password_very_secure.2025 DB_APP_PASSWORD_SECRET=prod_password_very_secure.2025
DB_APP_PORT=5432 DB_APP_PORT=5432
# PostgreSQL Storage (new) # PostgreSQL Storage (new)
DB_CHAT_HOST=gateway-prod-server.postgres.database.azure.com DB_CHAT_HOST=gateway-prod-server.postgres.database.azure.com
DB_CHAT_DATABASE=gateway-chat DB_CHAT_DATABASE=poweron_chat
DB_CHAT_USER=gzxxmcrdhn DB_CHAT_USER=gzxxmcrdhn
DB_CHAT_PASSWORD_SECRET=prod_password_very_secure.2025 DB_CHAT_PASSWORD_SECRET=prod_password_very_secure.2025
DB_CHAT_PORT=5432 DB_CHAT_PORT=5432
# PostgreSQL Storage (new) # PostgreSQL Storage (new)
DB_MANAGEMENT_HOST=gateway-prod-server.postgres.database.azure.com DB_MANAGEMENT_HOST=gateway-prod-server.postgres.database.azure.com
DB_MANAGEMENT_DATABASE=gateway-management DB_MANAGEMENT_DATABASE=poweron_management
DB_MANAGEMENT_USER=gzxxmcrdhn DB_MANAGEMENT_USER=gzxxmcrdhn
DB_MANAGEMENT_PASSWORD_SECRET=prod_password_very_secure.2025 DB_MANAGEMENT_PASSWORD_SECRET=prod_password_very_secure.2025
DB_MANAGEMENT_PORT=5432 DB_MANAGEMENT_PORT=5432