Files
dougal-software/etc/www/config.json
D. Berge 250ffe243d Fix JWT token time to live.
Now half an hour.
2020-10-23 14:49:52 +02:00

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"
}
}