This commit is contained in:
MassiveAtoms 2020-07-16 12:49:36 -03:00
parent ac1d7fb5e8
commit 9f0d46a17a
2 changed files with 10 additions and 0 deletions

Binary file not shown.

View 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"
]
}