update conf def

This commit is contained in:
2024-11-30 15:36:13 +07:00
parent c1de47943d
commit 076bfdc040

View File

@ -21,10 +21,10 @@
}, },
"database": { "database": {
"engine": "postgres", "engine": "postgres",
"host": "127.0.0.1", "host": "172.19.174.193",
"port": "5432", "port": "5432",
"username": "postgres", "username": "postgres",
"password": "123", "password": "r00t@dm1n05",
"database": "bri_erp" "database": "bri_erp"
} }
} }