mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Create example config file
This commit is contained in:
parent
860b6ed3e9
commit
012f6fe9c9
13
config.json.example
Normal file
13
config.json.example
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"DEBUG": false,
|
||||||
|
"SECRET_KEY": "",
|
||||||
|
"ALLOWED_HOSTS": [""],
|
||||||
|
"DATABASE": {
|
||||||
|
"ENGINE": "",
|
||||||
|
"NAME": "",
|
||||||
|
"USER": "",
|
||||||
|
"PASSWORD": "",
|
||||||
|
"HOST": "",
|
||||||
|
"PORT": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user