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:
parent
0581c2b51a
commit
353e6140db
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user