1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2024-11-28 08:58:52 +02:00
explain.depesz.com/explain.json
2015-01-06 19:03:57 +03:00

30 lines
794 B
JSON
Executable File

{
"title" : "explain.depesz.com",
"secret" : "|Erp--Wjgb)+eiB/|H=|V7!#+M|L{a8=J2|pd+N1=M|&pJWq|M&,f3q^XS",
"database" : {
"dsn" : "dbi:Pg:database=explain;host=127.0.0.1;port=5432",
"username" : "explain",
"password" : "explain",
"options" : {
"auto_commit" : 1,
"pg_server_prepare" : 0,
"RaiseError" : 1,
"PrintError" : 0
}
},
"mail_sender" : {
"from" : "explain.depesz.com <depesz@depesz.com>",
"to" : "depesz <depesz@depesz.com>",
"subject" : "Message from: explain.depesz.com/contact"
},
"hypnotoad" : {
"listen" : ["http://*:12004"],
"workers" : 2,
"pid_file" : "/var/run/explain.depesz.com.pid"
}
}