This commit is contained in:
耿阳 2023-02-08 10:47:36 +08:00
parent d29bfea738
commit c34fccac6e

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"
)