aboutsummaryrefslogtreecommitdiff
path: root/config.example.cfg
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-04-21 20:35:05 +0100
committerrubenwardy <rw@rubenwardy.com>2020-04-21 20:35:05 +0100
commit3992b19be321116ad425d88932e49164c61c2738 (patch)
treeb2ff86407f8df3c0d99df976c1e9810b08ada50f /config.example.cfg
parenta678a61c23cd61f11d7c0a570f26e9d333bb9731 (diff)
downloadcheatdb-1.24.3.tar.xz
Optimise SQL queriesv1.24.3
Diffstat (limited to 'config.example.cfg')
-rw-r--r--config.example.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.example.cfg b/config.example.cfg
index 7f2a298..25fe9e8 100644
--- a/config.example.cfg
+++ b/config.example.cfg
@@ -32,6 +32,9 @@ MAIL_UTILS_ERROR_SEND_TO = [""]
UPLOAD_DIR = "/var/cdb/uploads/"
THUMBNAIL_DIR = "/var/cdb/thumbnails/"
+TEMPLATES_AUTO_RELOAD = False
+LOG_SQL = False
+
LANGUAGES = {
'en': 'English',
}