mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 15:29:36 +02:00
Having to use the Python syntax when it comes to case sensitivity for booleans in environment variables can be unexpected and doesn't really provide any benefit. This patch makes all boolean settings case-insensitive. This means that, for example, both `True` and `true` evaluate to `True` in Python. This fixes #559 |
||
---|---|---|
.. | ||
.devcontainer | ||
.github | ||
server | ||
.gitignore | ||
Dockerfile | ||
entrypoint.sh | ||
nginx.conf | ||
supervisord.conf |