@@ -36,14 +36,17 @@ The ingress server is intended to have very few moving parts and generally just
3636
3737The following environment variables are optional, and should be considered for a production deployment:
3838
39- | Variable | Description |
40- | -------------------------------- | ----------------------------------------------------------------------------- |
41- | ENVIRONMENT\_\_ HOSTNAME | The server hostname for logging purposes |
42- | ENVIRONMENT\_\_ MACHINENAME | Name of the machine for logging purposes |
43- | ENVIRONMENT\_\_ REDIRECTURL | Url to redirect to when visiting the root path |
44- | PRECONFIGUREDTOKENS\_\_ STORAGE | The KVPSButter connection string to the storage that contains an IP blacklist |
45- | PRECONFIGUREDTOKENS\_\_ WHITELIST | The key that contains the IP blacklist |
46- | PRECONFIGUREDTOKENS\_\_ BLACKLIST | The key that contains the IP blacklist |
39+ | Variable | Description |
40+ | ------------------------------------- | ------------------------------------------------------------------------------ |
41+ | ENVIRONMENT\_\_ HOSTNAME | The server hostname for logging purposes |
42+ | ENVIRONMENT\_\_ MACHINENAME | Name of the machine for logging purposes |
43+ | ENVIRONMENT\_\_ REDIRECTURL | Url to redirect to when visiting the root path |
44+ | PRECONFIGUREDTOKENS\_\_ STORAGE | The KVPSButter connection string to the storage that contains an IP blacklist |
45+ | PRECONFIGUREDTOKENS\_\_ WHITELIST | The key that contains the IP blacklist |
46+ | PRECONFIGUREDTOKENS\_\_ BLACKLIST | The key that contains the IP blacklist |
47+ | SECURITY\_\_ MAXREQUESTSPERSECONDPERIP | The maximum number of request from a single IP per second before throttling it |
48+ | SECURITY\_\_ FILTERPATTERNS | Boolean toggling filtering of scanning patterns |
49+ | SECURITY\_\_ RATELIMITENABLED | Boolean toggling if IP rate limiting is enabled |
4750
4851## Setting Up Local Development Environment
4952
0 commit comments