by Robin at 20231229; fix consts
This commit is contained in:
parent
4c73116546
commit
8d97788756
|
@ -60,9 +60,9 @@ const (
|
|||
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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue