Ajustes 2306
This commit is contained in:
+3
-15
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user