From 1dd4c37ce87aa3a6d4b99c11095ae94c099f17b4 Mon Sep 17 00:00:00 2001 From: nhymxu Date: Fri, 28 Mar 2025 16:14:10 +0700 Subject: [PATCH] fix: local config template missing variable --- bugsink/conf_templates/local.py.template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bugsink/conf_templates/local.py.template b/bugsink/conf_templates/local.py.template index c4fcce5..0c3f7ed 100644 --- a/bugsink/conf_templates/local.py.template +++ b/bugsink/conf_templates/local.py.template @@ -49,6 +49,13 @@ EMAIL_BACKEND = "bugsink.email_backends.QuietConsoleEmailBackend" # EMAIL_USE_TLS = ... # SERVER_EMAIL = DEFAULT_FROM_EMAIL = "Bugsink " +# constants for "create by" (user/team/project) settings +CB_ANYBODY = "CB_ANYBODY" +CB_MEMBERS = "CB_MEMBERS" +CB_ADMINS = "CB_ADMINS" +CB_NOBODY = "CB_NOBODY" + + BUGSINK = { # The URL where the Bugsink instance is hosted. This is used in the email notifications and to construct DSNs. "BASE_URL": "http://{{ host }}:{{ port }}", # no trailing slash