From 767084aa87057739848adae18dc2a3f5ac7cd347 Mon Sep 17 00:00:00 2001
From: ValueOn AG
Date: Tue, 9 Sep 2025 00:55:36 +0200
Subject: [PATCH] deploy 01
---
env_int.env | 33 ++++++---------------------------
env_prod.env | 2 +-
2 files changed, 7 insertions(+), 28 deletions(-)
diff --git a/env_int.env b/env_int.env
index 18720a6a..2d836e20 100644
--- a/env_int.env
+++ b/env_int.env
@@ -5,46 +5,25 @@ APP_ENV_TYPE = int
APP_ENV_LABEL = Integration Instance
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)
DB_APP_HOST=gateway-int-db.poweron-center.net
DB_APP_DATABASE=poweron_app_int
-DB_APP_USER=poweron_int
-DB_APP_PASSWORD_SECRET=int_password_secure
+DB_APP_USER=heeshkdlby
+DB_APP_PASSWORD_SECRET=VkAjgECESbEVQ$Tu
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)
DB_CHAT_HOST=gateway-int-db.poweron-center.net
DB_CHAT_DATABASE=poweron_chat_int
-DB_CHAT_USER=poweron_int
-DB_CHAT_PASSWORD_SECRET=int_password_secure
+DB_CHAT_USER=heeshkdlby
+DB_CHAT_PASSWORD_SECRET=VkAjgECESbEVQ$Tu
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)
DB_MANAGEMENT_HOST=gateway-int-db.poweron-center.net
DB_MANAGEMENT_DATABASE=poweron_management_int
-DB_MANAGEMENT_USER=poweron_int
-DB_MANAGEMENT_PASSWORD_SECRET=int_password_secure
+DB_MANAGEMENT_USER=heeshkdlby
+DB_MANAGEMENT_PASSWORD_SECRET=VkAjgECESbEVQ$Tu
DB_MANAGEMENT_PORT=5432
# Security Configuration
diff --git a/env_prod.env b/env_prod.env
index 66123d6b..e1fff4c5 100644
--- a/env_prod.env
+++ b/env_prod.env
@@ -29,7 +29,7 @@ DB_APP_PORT=5432
# PostgreSQL Storage (new)
DB_CHAT_HOST=gateway-prod-server.postgres.database.azure.com
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_PORT=5432