Refactoring: rename config files, make modifications less invasive

This commit is contained in:
Alex Auvolat
2022-02-22 15:25:13 +01:00
parent d9a35359bf
commit dc8d0496cc
5 changed files with 155 additions and 141 deletions
+2 -2
View File
@@ -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"