add log service and change order
CI / changes (push) Successful in 38s
CI / ad (push) Successful in 29s
CI / admin (push) Successful in 22s
CI / bff (push) Successful in 19s
CI / chore (push) Successful in 22s
CI / equipment (push) Successful in 20s
CI / express (push) Successful in 18s
CI / log (push) Successful in 0s
CI / product (push) Successful in 15s
CI / sale (push) Successful in 16s
CI / task (push) Successful in 17s
CI / user (push) Successful in 16s
CI / wecom (push) Successful in 16s

This commit is contained in:
2026-09-03 17:04:25 +08:00
parent 8d04b071d9
commit f84799c3c4
22 changed files with 943 additions and 452 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
run.toml
etc/task.yaml
etc/task.yaml
tmp
+1 -1
View File
@@ -1,7 +1,7 @@
[base]
port = 8060
name = "task-service"
listenOn = "0.0.0.0:10101"
listenOn = "0.0.0.0:10900"
mode = "dev"
[log]
path = "logs"