Option to turn off SSL, moved secret keys to config.py, switched to sqlite WAL mode to avoid locked database problems

This commit is contained in:
Simon
2018-06-07 10:33:35 -04:00
parent 460357f183
commit 4f6d7f32ad
3 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,5 @@
PRAGMA journal_mode=WAL;
CREATE TABLE Website (
id INTEGER PRIMARY KEY NOT NULL,