constant.go 221 B

123456789
  1. package internal
  2. const (
  3. ConfigEnv = "GVA_CONFIG"
  4. ConfigDefaultFile = "config.yaml"
  5. ConfigTestFile = "config.test.yaml"
  6. ConfigDebugFile = "config.debug.yaml"
  7. ConfigReleaseFile = "config.release.yaml"
  8. )