Set preferred language

This commit is contained in:
Mouse Reeve
2021-04-29 10:40:49 -07:00
parent ca86af22ce
commit b1c38d291c
5 changed files with 26 additions and 5 deletions

View File

@ -7,6 +7,9 @@ DEBUG=false
DOMAIN=your.domain.here
EMAIL=your@email.here
# Used for deciding which editions to prefer
DEFAULT_LANGUAGE="English"
## Leave unset to allow all hosts
# ALLOWED_HOSTS="localhost,127.0.0.1,[::1]"