Fix development settings

Broken in a4ecd386b6 while experimenting with `script_name`
(the experiment was checked in)
This commit is contained in:
Klaas van Schelven
2025-09-08 09:54:45 +02:00
parent 81e27efe24
commit f143645b9a

View File

@@ -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