From 6f28708c10a8d71857dec7950309ef283951d145 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Fri, 3 Jun 2022 17:44:17 +0200 Subject: [PATCH] docs - add missing setting --- docs/settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/settings.md b/docs/settings.md index 60e54a8..987939a 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -31,6 +31,7 @@ When settings are considered as "multiple", it means that you can have multiple |`API_HTTP_PORT` |`5000` |global |no |Listen port number for the API. | |`API_SERVER_NAME` |`bwapi` |global |no |Server name (virtual host) for the API. | |`API_WHITELIST_IP` |`127.0.0.0/8` |global |no |List of IP/network allowed to contact the API. | +|`AUTOCONF_MODE` |`no` |global |no |Enable Autoconf Docker integration. | |`SWARM_MODE` |`no` |global |no |Enable Docker Swarm integration. | |`KUBERNETES_MODE` |`no` |global |no |Enable Kubernetes integration. |