mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:27:07 +00:00
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:
15
etc/www/example.config.json
Normal file
15
etc/www/example.config.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user