feat : drone 文件更改(新增murder service)

master
liuhaotian 2022-01-14 04:08:06 +08:00
parent 0c37f4363b
commit be9aac681f
1 changed files with 6 additions and 0 deletions

View File

@ -23,3 +23,9 @@ service:
root: app/zeus/service/lark root: app/zeus/service/lark
type: golang type: golang
port: "3000" port: "3000"
- namespace: brahma
name: token
alias_name: tokenAuth
root: app/brahma/service/token
type: golang
port: "3100"