mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-03-22 00:26:22 +00:00
Added config.json file
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -128,11 +128,6 @@ dmypy.json
|
|||||||
# Pyre type checker
|
# Pyre type checker
|
||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
|
|
||||||
config.json
|
|
||||||
debug
|
|
||||||
|
|
||||||
local-cdn/
|
local-cdn/
|
||||||
config.json
|
|
||||||
node_modules/
|
node_modules/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|||||||
15
config.json
Normal file
15
config.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"DEBUG": false,
|
||||||
|
"SECRET_KEY": "",
|
||||||
|
"ALLOWED_HOSTS": [
|
||||||
|
"",
|
||||||
|
],
|
||||||
|
"DATABASE": {
|
||||||
|
"ENGINE": "",
|
||||||
|
"NAME": "",
|
||||||
|
"USER": "",
|
||||||
|
"PASSWORD": "",
|
||||||
|
"HOST": "",
|
||||||
|
"PORT": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user