mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:57:08 +00:00
13 lines
208 B
JSON
13 lines
208 B
JSON
{
|
|
"jwt": {
|
|
"secret": ""
|
|
},
|
|
"db": {
|
|
"user": "postgres",
|
|
"host": "localhost",
|
|
"database": "dougal",
|
|
"port": 5432,
|
|
"connection_string": "host=localhost port=5432 dbname=dougal user=postgres"
|
|
}
|
|
}
|