1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2026-06-19 22:15:11 +02:00

Fix copy/pasto in db credentials

This commit is contained in:
Hubert depesz Lubaczewski
2022-07-22 17:08:30 +02:00
parent 0581c2b51a
commit 353e6140db
+3 -3
View File
@@ -4,9 +4,9 @@
"secret" : "probablynotimportantforephemeral",
"database" : {
"dsn" : "dbi:Pg:database=explain;host=db;port=5432",
"username" : "explaind",
"password" : "explain",
"dsn" : "dbi:Pg:database=depesz_explain;host=db;port=5432",
"username" : "depesz_explain",
"password" : "depesz_explain",
"options" : {
"auto_commit" : 1,
"pg_server_prepare" : 0,