diff options
author | B. Stack <bgstack15@gmail.com> | 2022-02-15 17:01:56 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-02-15 17:01:56 -0500 |
commit | 6bcabded398853cc6aa3e8acbada34f3238cc5dc (patch) | |
tree | 83e164c8f983c3bdee7ebdf9c5aed1cebb8ddcf9 /stackbin.conf.example | |
parent | install this new auth.py (diff) | |
download | stackbin-6bcabded398853cc6aa3e8acbada34f3238cc5dc.tar.gz stackbin-6bcabded398853cc6aa3e8acbada34f3238cc5dc.tar.bz2 stackbin-6bcabded398853cc6aa3e8acbada34f3238cc5dc.zip |
add libexec path to PYTHONPATH
Diffstat (limited to 'stackbin.conf.example')
-rw-r--r-- | stackbin.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stackbin.conf.example b/stackbin.conf.example index 0bb131d..481a448 100644 --- a/stackbin.conf.example +++ b/stackbin.conf.example @@ -19,3 +19,7 @@ EXPIRATION_OPTIONS = [ TEMPLATE_FOLDER = "/usr/share/stackbin/templates" STATIC_FOLDER = "/usr/share/stackbin/static" + +# If you turn these off, the admin panel is entirely disabled. +ADMIN_USERNAME = 'admin' +ADMIN_PASSWORD = 'fluffycat10' |