mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2026-02-04 06:12:02 +00:00
Added config.json
This commit is contained in:
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": [
|
||||
""
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user