Merge pull request 'by Robin at 20231229; fix consts' (#18) from feat-20231228-003-Robin into test

Reviewed-on: #18
This commit is contained in:
chenhao 2023-12-29 18:21:55 +08:00
commit f0a9137486
1 changed files with 2 additions and 2 deletions

View File

@ -60,9 +60,9 @@ const (
RedisStreamerPrefix = "streamer:" //streamer服务前缀 RedisStreamerPrefix = "streamer:" //streamer服务前缀
) )
const PackageRootPath = "C:/Users/PC/Desktop/wishpal_ironfan_service/service" //const PackageRootPath = "C:/Users/PC/Desktop/wishpal_ironfan_service/service"
//const PackageRootPath = "/app/wishpal-ironfan" const PackageRootPath = "/app/wishpal-ironfan"
const MainConfigPath = PackageRootPath + "/etc/mix/mix-test.yaml" const MainConfigPath = PackageRootPath + "/etc/mix/mix-test.yaml"