temp push

This commit is contained in:
2025-12-02 10:34:45 +01:00
parent 8f7db6256b
commit 7a30adc2e8
7 changed files with 73 additions and 25 deletions

4
sim.go
View File

@@ -1,3 +1,5 @@
//go:build sim
package main
import (
@@ -13,7 +15,7 @@ import (
)
const (
gatewayURL = "ws://localhost:3333/push"
gatewayURL = "ws://localhost:3333/sync"
apiKey = "gateway"
serverID = "test-server-001"
)