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