Added config.json

This commit is contained in:
Kristofers Solo 2023-07-14 00:43:26 +03:00
parent c4ad85fff4
commit 97b035a09d
2 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@ -130,7 +130,6 @@ dmypy.json
local-cdn/
config.json
node_modules/
package-lock.json

7
config.json Normal file
View File

@ -0,0 +1,7 @@
{
"DEBUG": false,
"SECRET_KEY": "",
"ALLOWED_HOSTS": [
""
]
}