summaryrefslogtreecommitdiff
path: root/client/main.go
diff options
context:
space:
mode:
authorcitrons <citrons@mondecitronne.com>2025-06-04 12:19:27 -0500
committercitrons <citrons@mondecitronne.com>2025-06-07 16:02:18 -0500
commitfefc6094175ba65079641663f8e99ab20d2b5a7d (patch)
treef30700acef9e70ff28da6f54d44dce8e81870869 /client/main.go
parentdb5c7ebb320871a1fae96c4f579ce376d21e5eb8 (diff)
test on remote
Diffstat (limited to 'client/main.go')
-rw-r--r--client/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/main.go b/client/main.go
index a9929be..5b88117 100644
--- a/client/main.go
+++ b/client/main.go
@@ -20,7 +20,7 @@ func main() {
fmt.Println("bye!")
}()
- globalApp = newApplication("localhost:27508")
+ globalApp = newApplication("alt.mondecitronne.com:27508")
go globalApp.RunClient()
defer globalApp.Stop()