summaryrefslogtreecommitdiffstats
path: root/settings.py.default
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py.default')
-rw-r--r--settings.py.default8
1 files changed, 8 insertions, 0 deletions
diff --git a/settings.py.default b/settings.py.default
index 95c0d3d..902f39e 100644
--- a/settings.py.default
+++ b/settings.py.default
@@ -2,3 +2,11 @@ PAD = {
'apikey': '1234',
'host': 'localhost'
}
+
+DATABASE = {
+ 'name': 'example.db',
+ 'engine': 'peewee.SqliteDatabase',
+}
+
+DEBUG = False
+SECRET_KEY = 'youShouldChangeThis'