deploy 01
This commit is contained in:
parent
6326e54a9a
commit
767084aa87
2 changed files with 7 additions and 28 deletions
33
env_int.env
33
env_int.env
|
|
@ -5,46 +5,25 @@ APP_ENV_TYPE = int
|
||||||
APP_ENV_LABEL = Integration Instance
|
APP_ENV_LABEL = Integration Instance
|
||||||
APP_API_URL = https://gateway-int.poweron-center.net
|
APP_API_URL = https://gateway-int.poweron-center.net
|
||||||
|
|
||||||
# Database Configuration Application
|
|
||||||
# JSON File Storage (current)
|
|
||||||
# DB_APP_HOST=/home/_powerondb
|
|
||||||
# DB_APP_DATABASE=app
|
|
||||||
# DB_APP_USER=dev_user
|
|
||||||
# DB_APP_PASSWORD_SECRET=dev_password
|
|
||||||
|
|
||||||
# PostgreSQL Storage (new)
|
# PostgreSQL Storage (new)
|
||||||
DB_APP_HOST=gateway-int-db.poweron-center.net
|
DB_APP_HOST=gateway-int-db.poweron-center.net
|
||||||
DB_APP_DATABASE=poweron_app_int
|
DB_APP_DATABASE=poweron_app_int
|
||||||
DB_APP_USER=poweron_int
|
DB_APP_USER=heeshkdlby
|
||||||
DB_APP_PASSWORD_SECRET=int_password_secure
|
DB_APP_PASSWORD_SECRET=VkAjgECESbEVQ$Tu
|
||||||
DB_APP_PORT=5432
|
DB_APP_PORT=5432
|
||||||
|
|
||||||
# Database Configuration Chat
|
|
||||||
# JSON File Storage (current)
|
|
||||||
# DB_CHAT_HOST=/home/_powerondb
|
|
||||||
# DB_CHAT_DATABASE=chat
|
|
||||||
# DB_CHAT_USER=dev_user
|
|
||||||
# DB_CHAT_PASSWORD_SECRET=dev_password
|
|
||||||
|
|
||||||
# PostgreSQL Storage (new)
|
# PostgreSQL Storage (new)
|
||||||
DB_CHAT_HOST=gateway-int-db.poweron-center.net
|
DB_CHAT_HOST=gateway-int-db.poweron-center.net
|
||||||
DB_CHAT_DATABASE=poweron_chat_int
|
DB_CHAT_DATABASE=poweron_chat_int
|
||||||
DB_CHAT_USER=poweron_int
|
DB_CHAT_USER=heeshkdlby
|
||||||
DB_CHAT_PASSWORD_SECRET=int_password_secure
|
DB_CHAT_PASSWORD_SECRET=VkAjgECESbEVQ$Tu
|
||||||
DB_CHAT_PORT=5432
|
DB_CHAT_PORT=5432
|
||||||
|
|
||||||
# Database Configuration Management
|
|
||||||
# JSON File Storage (current)
|
|
||||||
# DB_MANAGEMENT_HOST=/home/_powerondb
|
|
||||||
# DB_MANAGEMENT_DATABASE=management
|
|
||||||
# DB_MANAGEMENT_USER=dev_user
|
|
||||||
# DB_MANAGEMENT_PASSWORD_SECRET=dev_password
|
|
||||||
|
|
||||||
# PostgreSQL Storage (new)
|
# PostgreSQL Storage (new)
|
||||||
DB_MANAGEMENT_HOST=gateway-int-db.poweron-center.net
|
DB_MANAGEMENT_HOST=gateway-int-db.poweron-center.net
|
||||||
DB_MANAGEMENT_DATABASE=poweron_management_int
|
DB_MANAGEMENT_DATABASE=poweron_management_int
|
||||||
DB_MANAGEMENT_USER=poweron_int
|
DB_MANAGEMENT_USER=heeshkdlby
|
||||||
DB_MANAGEMENT_PASSWORD_SECRET=int_password_secure
|
DB_MANAGEMENT_PASSWORD_SECRET=VkAjgECESbEVQ$Tu
|
||||||
DB_MANAGEMENT_PORT=5432
|
DB_MANAGEMENT_PORT=5432
|
||||||
|
|
||||||
# Security Configuration
|
# Security Configuration
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ 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=gateway-chat
|
||||||
DB_CHAT_USER=poweron_prod
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue