updated WAGTAILADMIN_BASE_URL so it doesnt lag
This commit is contained in:
parent
e6a0aa751c
commit
1802544c53
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ WAGTAILSEARCH_BACKENDS = {
|
|||
|
||||
# Base URL to use when referring to full URLs within the Wagtail admin backend -
|
||||
# e.g. in notification emails. Don't include '/admin' or a trailing slash
|
||||
WAGTAILADMIN_BASE_URL = "http://example.com"
|
||||
WAGTAILADMIN_BASE_URL = "http://altenhasungen.net"
|
||||
|
||||
# Allowed file extensions for documents in the document library.
|
||||
# This can be omitted to allow all files, but note that this may present a security risk
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue