aboutsummaryrefslogtreecommitdiff
path: root/config.cfg
diff options
context:
space:
mode:
authorofshellohicy <ofshellohicy@gmail.com>2014-07-18 15:05:30 +0800
committerofshellohicy <ofshellohicy@gmail.com>2014-07-18 15:05:30 +0800
commit60ab734aa13c69687c19aed839e3c2e25a25bf8a (patch)
tree135300515db8549e50f453f0c0119995c2c19737 /config.cfg
parentremove useless feature (diff)
downloadstackbin-60ab734aa13c69687c19aed839e3c2e25a25bf8a.tar.gz
stackbin-60ab734aa13c69687c19aed839e3c2e25a25bf8a.tar.bz2
stackbin-60ab734aa13c69687c19aed839e3c2e25a25bf8a.zip
continue to remove useless feature
Diffstat (limited to 'config.cfg')
-rw-r--r--config.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.cfg b/config.cfg
index 50cc812..d302210 100644
--- a/config.cfg
+++ b/config.cfg
@@ -1,4 +1,3 @@
DEBUG=False
SQLALCHEMY_DATABASE_URI='sqlite:///pastebin.db'
SECRET_KEY='development-key'
-JUGGERNAUT_DRIVER='http://localhost:8080/application.js'
bgstack15