diff options
Diffstat (limited to 'script')
-rwxr-xr-x | script/dev-cluster.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/dev-cluster.sh b/script/dev-cluster.sh index 5cc003ef..fa0a950e 100755 --- a/script/dev-cluster.sh +++ b/script/dev-cluster.sh @@ -45,8 +45,8 @@ bind_addr = "0.0.0.0:$((3920+$count))" root_domain = ".web.garage.localhost" index = "index.html" -[admin_api] -bind_addr = "0.0.0.0:$((9900+$count))" +[admin] +api_bind_addr = "0.0.0.0:$((9900+$count))" EOF echo -en "$LABEL configuration written to $CONF_PATH\n" |