index
:
stackbin
dev
master
flask implementation of pastebin service
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.cfg
blob: d302210fb2bdfb0692741d70dbbe97dd9f9a6d69 (
plain
)
1
2
3
DEBUG=False SQLALCHEMY_DATABASE_URI='sqlite:///pastebin.db' SECRET_KEY='development-key'
bgstack15