diff options
Diffstat (limited to 'config.cfg.tpl')
-rw-r--r-- | config.cfg.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.cfg.tpl b/config.cfg.tpl new file mode 100644 index 0000000..b4daf07 --- /dev/null +++ b/config.cfg.tpl @@ -0,0 +1,4 @@ +DEBUG=False +SQLALCHEMY_DATABASE_URI='sqlite:///pastebin.db' +SECRET_KEY='dev-key' +JUGGERNAUT_DRIVER='http://localhost:8080/application.js' |