Files
ai_proxy/server/core/internal/constant.go
2026-03-03 06:05:51 +08:00

10 lines
221 B
Go

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