aboutsummaryrefslogtreecommitdiff
path: root/config.cfg.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'config.cfg.tpl')
-rw-r--r--config.cfg.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.cfg.tpl b/config.cfg.tpl
index b4daf07..d302210 100644
--- a/config.cfg.tpl
+++ b/config.cfg.tpl
@@ -1,4 +1,3 @@
DEBUG=False
SQLALCHEMY_DATABASE_URI='sqlite:///pastebin.db'
-SECRET_KEY='dev-key'
-JUGGERNAUT_DRIVER='http://localhost:8080/application.js'
+SECRET_KEY='development-key'
bgstack15