Files
dougal-software/etc/www/config.json

16 lines
249 B
JSON
Raw Permalink Normal View History

2020-08-08 23:59:13 +02:00
{
"jwt": {
2020-10-11 17:58:41 +02:00
"secret": "",
"options": {
"expiresIn": 1800
2020-10-11 17:58:41 +02:00
}
2020-08-08 23:59:13 +02:00
},
"db": {
"user": "postgres",
"host": "localhost",
"database": "dougal",
"port": 5432,
"connection_string": "host=localhost port=5432 dbname=dougal user=postgres"
}
}