Skip to content

Commit

Permalink
Merge branch 'main' into update-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo authored Nov 4, 2024
2 parents f3813e8 + 335b87c commit 4909694
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ov_wag/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@

# Wagtail settings

WAGTAIL_SITE_NAME = 'ov-wag'
WAGTAIL_SITE_NAME = 'Open Vault'

# Search
# https://docs.wagtail.io/en/stable/topics/search/backends.html
Expand All @@ -204,10 +204,14 @@
}
}

# API settings

# 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
WAGTAILAPI_BASE_URL = os.environ.get('OV_API_URL')

DATA_UPLOAD_MAX_NUMBER_FIELDS = 4096

WAGTAIL_BASE_URL = os.environ.get('OV_BASE_URL')
WAGTAILADMIN_BASE_URL = os.environ.get('OV_ADMIN_BASE_URL', '')

Expand Down

0 comments on commit 4909694

Please sign in to comment.