作者 唐旭辉

配置修改

1 #app的名称 1 #app的名称
2 appname = ability 2 appname = ability
3 #运行模式 3 #运行模式
4 -runmode =${ProRunMode||dev} 4 +runmode =${ProRunMode||test}
5 #是否自动渲染页面 5 #是否自动渲染页面
6 autorender = false 6 autorender = false
7 #是否复制请求body 7 #是否复制请求body
@@ -12,6 +12,7 @@ EnableDocs = false @@ -12,6 +12,7 @@ EnableDocs = false
12 include "dev.conf" 12 include "dev.conf"
13 include "prod.conf" 13 include "prod.conf"
14 include "local.conf" 14 include "local.conf"
  15 +include "test.conf"
15 16
16 17
17 18
1 -[dev] 1 +[test]
2 config_name = "test" 2 config_name = "test"
3 #----beego的默认配置 开始--- 3 #----beego的默认配置 开始---
4 #端口号 4 #端口号
@@ -28,7 +28,7 @@ log_level = "${LOG_LEVEL||debug}" @@ -28,7 +28,7 @@ log_level = "${LOG_LEVEL||debug}"
28 28
29 ##统一用户中心相关配置 29 ##统一用户中心相关配置
30 ucenter_check_alt = "rsF0pL!6DwjBO735" 30 ucenter_check_alt = "rsF0pL!6DwjBO735"
31 -ucenter_base_url = "http://suplus-ucenter-test.fjmaimaimai.com" 31 +ucenter_base_url = "http://suplus-ucenter-dev.fjmaimaimai.com"
32 ucenter_app_key = "39aefef9e22744a3b2d2d3791824ae7b" 32 ucenter_app_key = "39aefef9e22744a3b2d2d3791824ae7b"
33 ucenter_secret = "cykbjnfqgctn" 33 ucenter_secret = "cykbjnfqgctn"
34 34