new port, env based config, build script

This commit is contained in:
2025-10-28 20:39:23 +01:00
parent 4a3fe068a3
commit a0b97a856a
8 changed files with 101 additions and 52 deletions

View File

@@ -46,7 +46,7 @@ func Load() ClientConfiguration {
func Default() ClientConfiguration {
return ClientConfiguration{
Deamon: ClientDaemonConfiguration{
URL: "http://localhost:8080",
URL: "http://localhost:25697",
},
}
}