diff options
| author | ruki <[email protected]> | 2022-04-17 08:28:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-17 08:28:43 +0800 |
| commit | 04db4cb0760a814b9abe2229cfe79fefce1bea77 (patch) | |
| tree | 92d6ac21941a7f183723cfa34e87cd29884ad040 /xmake/modules | |
| parent | 5498723e8139e36d25c73e5fb5129c6e4bcd2396 (diff) | |
update tbox
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/private/service/config.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/private/service/config.lua b/xmake/modules/private/service/config.lua index 1bff6893a..8bb924fe1 100644 --- a/xmake/modules/private/service/config.lua +++ b/xmake/modules/private/service/config.lua @@ -30,11 +30,11 @@ function _generate_configfile() logfile = path.join(servicedir, "logs.txt"), remote_build = { server = { - listen = "0.0.0.0:90091", + listen = "0.0.0.0:9691", workdir = path.join(servicedir, "remote_build") }, client = { - connect = "127.0.0.1:90091" + connect = "127.0.0.1:9691" } } } |
