diff options
author | sudan <sudan@douban.com> | 2016-01-20 19:11:15 +0800 |
---|---|---|
committer | sudan <sudan@douban.com> | 2016-01-20 19:11:15 +0800 |
commit | 084442616ffcceb309c71a62b123f7a11606576a (patch) | |
tree | 3ee7c3b2b7b9a454b8f1b3e8309c3edf25611541 /config.cfg.tpl | |
parent | some change (diff) | |
parent | misc updates (diff) | |
download | stackbin-084442616ffcceb309c71a62b123f7a11606576a.tar.gz stackbin-084442616ffcceb309c71a62b123f7a11606576a.tar.bz2 stackbin-084442616ffcceb309c71a62b123f7a11606576a.zip |
merge from jiawei
Diffstat (limited to 'config.cfg.tpl')
-rw-r--r-- | config.cfg.tpl | 3 |
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' |