aboutsummaryrefslogtreecommitdiff
path: root/stackbin.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'stackbin.conf.example')
-rw-r--r--stackbin.conf.example4
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'
bgstack15