switch to servala.com domain

This commit is contained in:
Tobias Brunner 2025-03-07 15:59:23 +01:00
parent 12f0314b76
commit 159b39de5b
No known key found for this signature in database
3 changed files with 15 additions and 4 deletions

View file

@ -53,7 +53,7 @@ CSRF_TRUSTED_ORIGINS = [f"https://{h}" for h in HTTPS_HOSTS] + [
]
# Primary website URL
WEBSITE_URL = env.str("WEBSITE_URL", default="https://serva.la")
WEBSITE_URL = env.str("WEBSITE_URL", default="https://servala.com")
# Application definition