what about now
This commit is contained in:
parent
4e18118605
commit
eca48c6cfa
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,7 @@
|
|||||||
|
# project specific
|
||||||
|
settings.json
|
||||||
|
db.sqlite3
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
BIN
CalibreWebCompanion/db.sqlite3.bak
Normal file
BIN
CalibreWebCompanion/db.sqlite3.bak
Normal file
Binary file not shown.
10
CalibreWebCompanion/settings.json.bak
Normal file
10
CalibreWebCompanion/settings.json.bak
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"CALIBRE_DIR": "C:\\Users\\MassiveAtoms\\Documents\\Calibre Library",
|
||||||
|
"SECRET_KEY": "u(8^+rb%rz5hsx4v^^y(ul7g(4n7a8!db@s*9(m5cs*2_ppy8+",
|
||||||
|
"ALLOWED_HOSTS": [
|
||||||
|
"127.0.0.1"
|
||||||
|
],
|
||||||
|
"INTERNAL_IPS": [
|
||||||
|
"127.0.0.1"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user