1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2024-11-30 09:06:42 +02:00
explain.depesz.com/docker/explain.json
Will Thames 998681abaf Add docker-compose build steps
docker-compose is a quick way to spin up this project.
2019-04-02 20:19:06 +10:00

18 lines
408 B
JSON

{
"title" : "explain.localhost",
"secret" : "probablynotimportantforephemeral",
"database" : {
"dsn" : "dbi:Pg:database=explain;host=db;port=5432",
"username" : "explaind",
"password" : "explain",
"options" : {
"auto_commit" : 1,
"pg_server_prepare" : 0,
"RaiseError" : 1,
"PrintError" : 1
}
}
}