fixed typo

This commit is contained in:
2026-04-28 16:56:53 -04:00
parent 639e18cfab
commit 690edd9f3d
+1 -1
View File
@@ -21,7 +21,7 @@ in
server = { server = {
http_addr = "192.168.90.40"; http_addr = "192.168.90.40";
http_port = 3000; http_port = 3000;
root_url = "http://$192.168.90.40:3000/"; root_url = "http://192.168.90.40:3000/";
}; };
}; };
provision = { provision = {