lckt-server/core/internal/constant.go
2025-04-09 12:17:33 +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"
)