mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-10 08:14:53 +00:00
use example.com as the default BASE_URL
This commit is contained in:
parent
591478d8da
commit
3c3a0c4189
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ ALLOWED_HOSTS = []
|
|||
|
||||
# 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
|
||||
BASE_URL = 'http://localhost:8000'
|
||||
BASE_URL = 'http://example.com'
|
||||
|
||||
|
||||
# Application definition
|
||||
|
|
|
|||
Loading…
Reference in a new issue