Files
dougal-software/etc/www/example.config.json
D. Berge 4c612ffe0a Take etc/www/config.json out of revision control.
This file contains site-specific configuration. Instead, an
example.config.json is now provided.
2023-11-03 21:30:22 +01: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"
}
}