mirror of
https://gitlab.com/depesz/explain.depesz.com.git
synced 2024-11-24 08:42:27 +02:00
Fix copy/pasto in db credentials
This commit is contained in:
parent
0581c2b51a
commit
353e6140db
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user