From dc8d0496ccd1b577fe6c0a1c172a8794531fa0a6 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 22 Feb 2022 15:25:13 +0100 Subject: Refactoring: rename config files, make modifications less invasive --- script/dev-cluster.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'script/dev-cluster.sh') 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" -- cgit v1.2.3