feat(logic): 更新端口配置和启动参数
- 在 launch.json 中为 logic 服务添加 -port 参数 - 修改 config.go 中的 PortBL 配置,使用命令行参数 - 更新 main.go,解析命令行端口参数 - 移除 config.yaml 中的 port 配置项
This commit is contained in:
@@ -50,7 +50,6 @@ redis:
|
||||
pass: 154252
|
||||
|
||||
blazing:
|
||||
port: 27000 ## 也是雪花算法生成端口
|
||||
autoMigrate: true
|
||||
eps: true
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user