mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2025-10-21 18:30:34 +00:00
Added config.json
This commit is contained in:
parent
c4ad85fff4
commit
97b035a09d
1
.gitignore
vendored
1
.gitignore
vendored
@ -130,7 +130,6 @@ dmypy.json
|
||||
|
||||
|
||||
local-cdn/
|
||||
config.json
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
||||
|
||||
7
config.json
Normal file
7
config.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"DEBUG": false,
|
||||
"SECRET_KEY": "",
|
||||
"ALLOWED_HOSTS": [
|
||||
""
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user