goweb-gin-demo/server/utils/constant.go

7 lines
83 B
Go
Raw Normal View History

2021-10-29 14:39:50 +08:00
package utils
const (
2021-12-22 10:59:05 +08:00
ConfigEnv = "GLOBAL_CONFIG"
2021-10-29 14:39:50 +08:00
ConfigFile = "config.yaml"
)