-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathexplain.json
More file actions
executable file
·29 lines (25 loc) · 794 Bytes
/
explain.json
File metadata and controls
executable file
·29 lines (25 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"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"
}
}