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:
commit
f0a9137486
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue