1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2024-11-28 08:58:52 +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

View File

@ -4,9 +4,9 @@
"secret" : "probablynotimportantforephemeral", "secret" : "probablynotimportantforephemeral",
"database" : { "database" : {
"dsn" : "dbi:Pg:database=explain;host=db;port=5432", "dsn" : "dbi:Pg:database=depesz_explain;host=db;port=5432",
"username" : "explaind", "username" : "depesz_explain",
"password" : "explain", "password" : "depesz_explain",
"options" : { "options" : {
"auto_commit" : 1, "auto_commit" : 1,
"pg_server_prepare" : 0, "pg_server_prepare" : 0,