mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:57:08 +00:00
This file contains site-specific configuration. Instead, an example.config.json is now provided.
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"
|
|
}
|
|
}
|