repair config env error

This commit is contained in:
SliverHorn
2020-10-15 11:55:55 +08:00
parent 5b1eb546fd
commit 6c4b217b1b
4 changed files with 10 additions and 7 deletions

6
server/utils/constant.go Normal file
View File

@@ -0,0 +1,6 @@
package utils
const (
ConfigEnv = "GVA_CONFIG"
ConfigFile = "config.yaml"
)