mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Added config.json file
This commit is contained in:
parent
a4941df1a4
commit
2945c999b5
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": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user