az db host
This commit is contained in:
parent
522651b98c
commit
3525b72c2c
1 changed files with 3 additions and 3 deletions
|
|
@ -6,21 +6,21 @@ APP_ENV_LABEL = Integration Instance
|
||||||
APP_API_URL = https://gateway-int.poweron-center.net
|
APP_API_URL = https://gateway-int.poweron-center.net
|
||||||
|
|
||||||
# PostgreSQL Storage (new)
|
# PostgreSQL Storage (new)
|
||||||
DB_APP_HOST=gateway-int-db.poweron-center.net
|
DB_APP_HOST=gateway-int-server.postgres.database.azure.com
|
||||||
DB_APP_DATABASE=poweron_app_int
|
DB_APP_DATABASE=poweron_app_int
|
||||||
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-db.poweron-center.net
|
DB_CHAT_HOST=gateway-int-server.postgres.database.azure.com
|
||||||
DB_CHAT_DATABASE=poweron_chat_int
|
DB_CHAT_DATABASE=poweron_chat_int
|
||||||
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-db.poweron-center.net
|
DB_MANAGEMENT_HOST=gateway-int-server.postgres.database.azure.com
|
||||||
DB_MANAGEMENT_DATABASE=poweron_management_int
|
DB_MANAGEMENT_DATABASE=poweron_management_int
|
||||||
DB_MANAGEMENT_USER=heeshkdlby
|
DB_MANAGEMENT_USER=heeshkdlby
|
||||||
DB_MANAGEMENT_PASSWORD_SECRET=VkAjgECESbEVQ$Tu
|
DB_MANAGEMENT_PASSWORD_SECRET=VkAjgECESbEVQ$Tu
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue