mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2026-03-22 00:26:20 +00:00
Added config.json
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -130,7 +130,6 @@ dmypy.json
|
|||||||
|
|
||||||
|
|
||||||
local-cdn/
|
local-cdn/
|
||||||
config.json
|
|
||||||
node_modules/
|
node_modules/
|
||||||
package-lock.json
|
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