pcm-ai4m/core/internal/constant.go

10 lines
223 B
Go

package internal
const (
ConfigEnv = "GVA_CONFIG"
ConfigDefaultFile = "./config.yaml"
ConfigTestFile = "config.test.yaml"
ConfigDebugFile = "config.debug.yaml"
ConfigReleaseFile = "config.release.yaml"
)