-`INJECT_DEBUG`: _boolean, default=false_ - Run the backend in debug mode. **Do not set in production.**
-`INJECT_DEBUG`: _boolean, default=false_ - Run the backend in debug mode. If set, email sending is disabled. **Do not set in production.**
-`INJECT_HOST_ADDRESSES`: _string, default=localhost_ - A comma-separated list of allowed hosts.
-`INJECT_CORS_ALLOWED_ORIGINS`: _string, default=http://localhost_ - A comma-separated list of origins (domains) that are authorized to make cross-site HTTP requests.
-`INJECT_NOAUTH`: _boolean, default=false_ - If set, authorization is turned off.