Ignore settings.py and add settings.py.default

This commit is contained in:
2020-08-31 18:48:22 -05:00
parent e6dcb814fb
commit 4b624f3fed
3 changed files with 3 additions and 4 deletions

7
settings.py.default Normal file
View File

@ -0,0 +1,7 @@
UPLOAD_FOLDER = "/path/to/images"
ALLOWED_EXTENSIONS = [".png", ".jpg", ".jpeg", ".svg", ".bmp", ".gif", ".ico", ".webp"]
ROOTURL = "https://example.com/"
SAVELOG = "savelog.log"
SAVELOG_CHMOD = 0o644
UPLOADKEYS_CHMOD = 0o600
SAVELOG_KEYPREFIX = 4