by Robin at 20231229; fix consts

This commit is contained in:
Leufolium 2023-12-29 18:21:37 +08:00
parent 4c73116546
commit 8d97788756
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"