Added config.json file

This commit is contained in:
Kristofers Solo 2023-09-09 23:53:40 +03:00
parent a4941df1a4
commit 2945c999b5
2 changed files with 15 additions and 5 deletions

5
.gitignore vendored
View File

@ -128,11 +128,6 @@ dmypy.json
# Pyre type checker
.pyre/
config.json
debug
local-cdn/
config.json
node_modules/
package-lock.json

15
config.json Normal file
View File

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