From 6b6efb6dc9797b04aae9f66de15507a95a84b9cd Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 05 三月 2020 18:39:26 +0800
Subject: [PATCH] add camera resolution

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