This commit is contained in:
wyt 2023-02-08 10:48:05 +08:00
commit fda4ea6782

View File

@ -6,7 +6,7 @@ var Encryption aes.Encryption
var JWTSecret = []byte("asdfqwer1234")
const (
SERVER_CONFIG = "./conf/conf.ini"
SERVER_CONFIG = "../conf/conf.ini"
SERVER_DUBBOGO_CONFIG = "dubbogo.yaml"
MODE_ENV = "MODE_ENV"
)