mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Merge pull request #66 from nhymxu/fix-create-local-conf
fix: local config template missing variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user