Take etc/www/config.json out of revision control.

This file contains site-specific configuration. Instead, an
example.config.json is now provided.
This commit is contained in:
D. Berge
2023-11-03 21:30:22 +01:00
parent 7076b51a25
commit 4c612ffe0a

View File

@@ -0,0 +1,15 @@
{
"jwt": {
"secret": "",
"options": {
"expiresIn": 1800
}
},
"db": {
"user": "postgres",
"host": "localhost",
"database": "dougal",
"port": 5432,
"connection_string": "host=localhost port=5432 dbname=dougal user=postgres"
}
}