Files
sundynix-go/core/internal/constant.go
T
2025-04-24 21:54:49 +08:00

9 lines
191 B
Go

package internal
const (
ConfigDefaultFile = "config-dev.yaml"
ConfigProdFile = "config-prod.yaml"
ConfigDebugFile = "config-debug.yaml"
ConfigReleaseFile = "config-release.yaml"
)