mirror of
https://gitlab.com/depesz/explain.depesz.com.git
synced 2024-11-30 09:06:42 +02:00
998681abaf
docker-compose is a quick way to spin up this project.
18 lines
408 B
JSON
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
|
|
}
|
|
}
|
|
}
|