feat: import services and standardize Go 1.26.5

This commit is contained in:
2026-08-09 10:43:45 +08:00
parent 689c74b28f
commit 86024fa81d
1456 changed files with 220765 additions and 2 deletions

View File

@@ -0,0 +1,27 @@
# 微服务相关配置
service:
key: order
origin: bsm
describe: system order microservice
# 编译选项二进制文件docker镜像
build:
- binary
- docker
# docker 环境镜像
docker_image: golang:1.26.5
# docker 私有仓库
docker_registry:
endpoint: cid.apinb.com
account: op
password: 123456
# 微服务系统变量,docker或宿主机
start:
- export BlocksMesh_Workspace=scf
- export BlocksMesh_Prefix=/usr/local/bsm/
- export BlocksMesh_RuntimeMode=dev
- export BlocksMesh_JwtSecretKey=Cblocksmesh2022C