Merge pull request #66 from nhymxu/fix-create-local-conf

fix: local config template missing variable
This commit is contained in:
Klaas van Schelven
2025-03-28 13:00:41 +01:00
committed by GitHub

View File

@@ -49,6 +49,13 @@ EMAIL_BACKEND = "bugsink.email_backends.QuietConsoleEmailBackend"
# EMAIL_USE_TLS = ...
# SERVER_EMAIL = DEFAULT_FROM_EMAIL = "Bugsink <bugsink@example.org>"
# 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