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

13 lines
208 B
JSON
Raw Normal View History

2020-08-08 23:59:13 +02:00
{
"jwt": {
"secret": ""
},
"db": {
"user": "postgres",
"host": "localhost",
"database": "dougal",
"port": 5432,
"connection_string": "host=localhost port=5432 dbname=dougal user=postgres"
}
}