summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2022-04-16 00:36:00 +0800
committerruki <[email protected]>2022-04-16 00:36:00 +0800
commit5f58fec571c65f2e3ce8549cb250db90a73aad05 (patch)
treec5cd6f5539cc50025245406a7f06ed82efbe2559 /xmake/modules
parent1694352246cf6f97cb0aea5180e61a2266a969c5 (diff)
update config
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/private/service/config.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/service/config.lua b/xmake/modules/private/service/config.lua
index 4a3054d00..e504ef237 100644
--- a/xmake/modules/private/service/config.lua
+++ b/xmake/modules/private/service/config.lua
@@ -30,7 +30,7 @@ function _generate_configfile()
logfile = path.join(servicedir, "logs.txt"),
remote_build = {
server = {
- listen = "127.0.0.1:90091",
+ listen = "0.0.0.0:90091",
workdir = path.join(servicedir, "remote_build")
},
client = {