Skip to content

Commit 9538003

Browse files
committed
fix(nonstring-default) numeric default for webEnabled
`/deis/controller/webEnabled` uses Python's `bool` to parse this configuration value; `0` and `1` are handled correctly, but `false` and `true` lead to NameError.
1 parent d1f5019 commit 9538003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/customizing_deis/controller_settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ setting description
4141
==================================== ======================================================
4242
/deis/controller/registrationMode set registration to "enabled", "disabled", or "admin_only" (default: "enabled")
4343
/deis/controller/schedulerModule scheduler backend (default: "fleet")
44-
/deis/controller/webEnabled enable controller web UI (default: false)
44+
/deis/controller/webEnabled enable controller web UI (default: 0)
4545
/deis/controller/workers number of web worker processes (default: CPU cores * 2 + 1)
4646
/deis/cache/host host of the cache component (set by cache)
4747
/deis/cache/port port of the cache component (set by cache)

0 commit comments

Comments
 (0)