Add support for an overrides file
This commit is contained in:
parent
19da0361f7
commit
d3b6450854
7 changed files with 24 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ DEFAULT_DOMAIN=localhost.kwarc.info
|
|||
# If you want to change this, set an alternate domain name here.
|
||||
SELF_REDIRECT=
|
||||
|
||||
# You can override individual URLS in the homepage.
|
||||
# Do this by adding URLs (without trailing '/'s) into a JSON file
|
||||
SELF_OVERRIDES_FILE=/distillery/overrides.json
|
||||
|
||||
# The system can support setting up certificate(s) automatically.
|
||||
# It can be enabled by setting an email for certbot certificates.
|
||||
# This email address can be configured here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue