mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Fix development settings
Broken in a4ecd386b6 while experimenting with `script_name`
(the experiment was checked in)
This commit is contained in:
@@ -86,7 +86,7 @@ BUGSINK = {
|
||||
# "MAX_ENVELOPE_SIZE": 100 * _MEBIBYTE,
|
||||
# "MAX_ENVELOPE_COMPRESSED_SIZE": 20 * _MEBIBYTE,
|
||||
|
||||
"BASE_URL": "http://bugsink:8000/foobar", # no trailing slash
|
||||
"BASE_URL": "http://bugsink:8000", # no trailing slash
|
||||
"SITE_TITLE": "Bugsink", # you can customize this as e.g. "My Bugsink" or "Bugsink for My Company"
|
||||
|
||||
# undocumented feature: this enables links to the admin interface in the header/footer. I'm not sure where the admin
|
||||
|
||||
Reference in New Issue
Block a user