Create example config file

This commit is contained in:
Kristofers Solo 2023-06-16 19:27:32 +03:00
parent 860b6ed3e9
commit 012f6fe9c9

13
config.json.example Normal file
View File

@ -0,0 +1,13 @@
{
"DEBUG": false,
"SECRET_KEY": "",
"ALLOWED_HOSTS": [""],
"DATABASE": {
"ENGINE": "",
"NAME": "",
"USER": "",
"PASSWORD": "",
"HOST": "",
"PORT": ""
}
}