diff options
author | B. Stack <bgstack15@gmail.com> | 2022-02-11 21:05:43 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-02-11 21:05:43 -0500 |
commit | 4ea565c9d01d79b2c065ec933d56e94cbcb5aa22 (patch) | |
tree | e3c5ce6215d1035779203f76cf1e603a6fb1a092 /config.cfg.tpl | |
parent | use UUID for paste id, and more js removal (diff) | |
download | stackbin-4ea565c9d01d79b2c065ec933d56e94cbcb5aa22.tar.gz stackbin-4ea565c9d01d79b2c065ec933d56e94cbcb5aa22.tar.bz2 stackbin-4ea565c9d01d79b2c065ec933d56e94cbcb5aa22.zip |
use app.config for salt
Diffstat (limited to 'config.cfg.tpl')
-rw-r--r-- | config.cfg.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.cfg.tpl b/config.cfg.tpl index d302210..50b4419 100644 --- a/config.cfg.tpl +++ b/config.cfg.tpl @@ -1,3 +1,4 @@ DEBUG=False SQLALCHEMY_DATABASE_URI='sqlite:///pastebin.db' SECRET_KEY='development-key' +SALT='jackson' |