summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-04-05 23:06:53 +0800
committerruki <[email protected]>2022-04-05 23:06:53 +0800
commit6686f8110f67829e8d58b987c4637a2a0b885ad3 (patch)
tree3606a2f9b0a3c4cf35020a8aecc161d55bafaff7
parent217f0009ace71f566384a775890c64b8d337c1c3 (diff)
improve config file for service
-rw-r--r--xmake/modules/private/service/config.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/modules/private/service/config.lua b/xmake/modules/private/service/config.lua
index 18e1d3028..629561e15 100644
--- a/xmake/modules/private/service/config.lua
+++ b/xmake/modules/private/service/config.lua
@@ -31,6 +31,9 @@ function _generate_configfile()
server = {
listen = "127.0.0.1:90091"
}
+ client = {
+ connect = "127.0.0.1:90091"
+ }
}
}
io.save(filepath, configs, {orderkeys = true})