From f143645b9a97bad65e1018b029386d394b2e6e16 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Mon, 8 Sep 2025 09:54:45 +0200 Subject: [PATCH] Fix development settings Broken in a4ecd386b644 while experimenting with `script_name` (the experiment was checked in) --- bugsink/settings/development.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugsink/settings/development.py b/bugsink/settings/development.py index fe67c19..eb95575 100644 --- a/bugsink/settings/development.py +++ b/bugsink/settings/development.py @@ -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