This commit is contained in:
2026-05-29 11:23:53 +07:00
parent da2085ad32
commit 5b70df7c9d
2 changed files with 220 additions and 1 deletions

View File

@@ -20,7 +20,8 @@ using .msghandler
# Configuration
const SUBJECT = "/msghandler"
const NATS_URL = "nats.yiem.cc"
const FILESERVER_URL = "http://192.168.88.104:8080"
# const FILESERVER_URL = "http://192.168.88.104:8080"
const FILESERVER_URL = "https://fileserver.yiem.cc"
# Create correlation ID for tracing
correlation_id = string(uuid4())