From 2c84a93c4faad5e09900fc71f045a181bdb313a6 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 05 三月 2020 18:55:26 +0800
Subject: [PATCH] fix
---
extend/config/config.go | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/extend/config/config.go b/extend/config/config.go
index 64baeb5..3ba1941 100644
--- a/extend/config/config.go
+++ b/extend/config/config.go
@@ -11,6 +11,7 @@
Color string `mapstructure: "color"`
}
type server struct {
+ ServerName string `mapstructure: "serverName"`
Runmode string `mapstructure: "runmode"`
JwtSecret string `mapstructure: "jwtSecret"`
JwtExpire string `mapstructure: "jwtExpire"`
--
Gitblit v1.8.0