aboutsummaryrefslogtreecommitdiff
path: root/lilin.go
diff options
context:
space:
mode:
Diffstat (limited to 'lilin.go')
-rw-r--r--lilin.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/lilin.go b/lilin.go
index 1febf86..9ebc385 100644
--- a/lilin.go
+++ b/lilin.go
@@ -11,5 +11,8 @@ import (
// defTimeout define default timeout for service and client connection.
const defTimeout = 5 * time.Second
+// defAddress default server address.
+const defAddress = `127.0.0.1:14507`
+
//go:embed _www
var wwwFS embed.FS