diff options
author | B. Stack <bgstack15@gmail.com> | 2022-02-13 22:11:38 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-02-13 22:11:38 -0500 |
commit | 39eb97cbceeb332c21eaeeb4843b58b34667cfb2 (patch) | |
tree | eb11eee877bc42163ce3e17c8fcd99cf72eb1d69 /config.cfg.tpl | |
parent | add expiry, and wsgi usage to support that (diff) | |
download | stackbin-39eb97cbceeb332c21eaeeb4843b58b34667cfb2.tar.gz stackbin-39eb97cbceeb332c21eaeeb4843b58b34667cfb2.tar.bz2 stackbin-39eb97cbceeb332c21eaeeb4843b58b34667cfb2.zip |
refactor filenames and improve docs
Diffstat (limited to 'config.cfg.tpl')
-rw-r--r-- | config.cfg.tpl | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/config.cfg.tpl b/config.cfg.tpl deleted file mode 100644 index 23fb072..0000000 --- a/config.cfg.tpl +++ /dev/null @@ -1,17 +0,0 @@ -DEBUG=False -SQLALCHEMY_DATABASE_URI='sqlite:///pastebin.db' -SECRET_KEY='development-key' -SALT='jackson' -DELETESALT='differentstring' -APPNAME='stackbin' -# LOOP_DELAY in seconds is how many seconds between running the expiration cleanup task -LOOP_DELAY = 5 * 3 - -# Disable this variable entirely, to disable any choices for expiration -# Any very simple expression for relative time can be used here. This will be processed by pyparsedate. -EXPIRATION_OPTIONS = [ - "never", - "1 day", - "1 hour", - "15 minutes" -] |