Ajustes 2306

This commit is contained in:
2026-06-23 12:42:14 +00:00
parent e7aa5f5333
commit cf720c37a1
18 changed files with 471 additions and 850 deletions
+3 -15
View File
@@ -2,23 +2,11 @@
# Configuracao do Chatc2
# ============================================================
# Driver padrao para novas conexoes (postgres | firebird)
DB_DRIVER=postgres
# Driver padrao (firebird)
DB_DRIVER=firebird
# ------------------------------------------------------------
# Banco principal: PostgreSQL (alias "novo_local")
# ------------------------------------------------------------
PG_HOST=127.0.0.1
PG_PORT=15433
PG_USER=postgres
PG_PASSWORD=postgres
PG_DATABASE=novo_local
# Schema a ser lido (ex.: lajedo, novo, dev). Use "public" se as tabelas
# estiverem no schema padrao.
PG_SCHEMA=public
# ------------------------------------------------------------
# Banco Firebird (alias "firebird_local" / conexoes legadas)
# Banco Firebird (alias "novo_local")
# ------------------------------------------------------------
DB_HOST=localhost
DB_PORT=3050