Files
dougal-software/etc/www/config.json
2020-10-11 17:58:41 +02:00

16 lines
251 B
JSON

{
"jwt": {
"secret": "",
"options": {
"expiresIn": 900000
}
},
"db": {
"user": "postgres",
"host": "localhost",
"database": "dougal",
"port": 5432,
"connection_string": "host=localhost port=5432 dbname=dougal user=postgres"
}
}