@@ -18,6 +18,9 @@ Boolean type variables use consider `true` and `yes` as truthy, and `false` and
-`INJECT_MAX_UPLOAD_SIZE`: _int, default=10MB_ - Specifies the maximum body size of requests, including file uploads.
-`INJECT_REDICT_HOST`: _string, default=None_ - If set, enables Redict. Host address where Redict is running.
-`INJECT_REDICT_PORT`: _int, default=6379_ - Port where Redict is running.
-`INJECT_UPDATE_INTERVAL`: _int, default=10_ - Number of seconds that specifies the frequency at which automatic actions of exercise are checked and executed (minimum value is 2 seconds).
The lower the value, the more responsive the exercise may seem, but it requires higher performance.
-`INJECT_MAX_TEAMS`: _int, default=50_ - The number of maximum allowed teams in an exercise.