Skip to content
Snippets Groups Projects
Commit 301dc142 authored by Richard Glosner's avatar Richard Glosner
Browse files

Update INSTALLATION.md

parent 1c0cd137
No related branches found
No related tags found
No related merge requests found
### Local variables
- `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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment