加入性能分析
This commit is contained in:
parent
15ccf5cfbe
commit
8c2ae92d31
2
Gemfile
2
Gemfile
|
@ -51,7 +51,7 @@ gem 'elasticsearch-rails'
|
||||||
|
|
||||||
|
|
||||||
### profile
|
### profile
|
||||||
#gem 'oneapm_rpm'
|
gem 'oneapm_rpm'
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'grape-swagger'
|
gem 'grape-swagger'
|
||||||
|
|
|
@ -2,21 +2,18 @@ button:
|
||||||
-
|
-
|
||||||
type: "view"
|
type: "view"
|
||||||
name: "我的动态"
|
name: "我的动态"
|
||||||
url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc09454f171153c2d&redirect_uri=http://test.forge.trustie.net/wechat/user_activities&response_type=code&scope=snsapi_b
|
url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc09454f171153c2d&redirect_uri=https://ucloudtest.trustie.net/wechat/user_activities&response_type=code&scope=snsapi_base&state=activities#wechat_redirect"
|
||||||
ase&state=activities#wechat_redirect"
|
|
||||||
-
|
-
|
||||||
name: "我的课程"
|
name: "我的课程"
|
||||||
sub_button:
|
sub_button:
|
||||||
-
|
-
|
||||||
type: "view"
|
type: "view"
|
||||||
name: "课程"
|
name: "课程"
|
||||||
url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc09454f171153c2d&redirect_uri=http://test.forge.trustie.net/wechat/user_activities&response_type=code&scope=snsapi
|
url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc09454f171153c2d&redirect_uri=https://ucloudtest.trustie.net/wechat/user_activities&response_type=code&scope=snsapi_base&state=class_list#wechat_redirect"
|
||||||
_base&state=class_list#wechat_redirect"
|
|
||||||
-
|
-
|
||||||
type: "view"
|
type: "view"
|
||||||
name: "资源"
|
name: "资源"
|
||||||
url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc09454f171153c2d&redirect_uri=http://test.forge.trustie.net/wechat/user_activities&response_type=code&scope=snsapi
|
url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc09454f171153c2d&redirect_uri=https://ucloudtest.trustie.net/wechat/user_activities&response_type=code&scope=snsapi_base&state=myresource#wechat_redirect"
|
||||||
_base&state=myresource#wechat_redirect"
|
|
||||||
|
|
||||||
-
|
-
|
||||||
name: "更多"
|
name: "更多"
|
||||||
|
|
|
@ -11,7 +11,7 @@ common: &default_settings
|
||||||
# 如果您修改了此处的app_name,一个新的应用会出现在后台,
|
# 如果您修改了此处的app_name,一个新的应用会出现在后台,
|
||||||
# 数据会上传到这个新应用,并停止向旧的应用上传数据。
|
# 数据会上传到这个新应用,并停止向旧的应用上传数据。
|
||||||
#
|
#
|
||||||
app_name: trustie
|
app_name: trustie_wechat
|
||||||
|
|
||||||
#
|
#
|
||||||
# 环境相关配置
|
# 环境相关配置
|
||||||
|
@ -25,7 +25,7 @@ development:
|
||||||
<<: *default_settings
|
<<: *default_settings
|
||||||
# development模式下,探针开启并上传性能数据
|
# development模式下,探针开启并上传性能数据
|
||||||
monitor_mode: true
|
monitor_mode: true
|
||||||
app_name: trustie(Development)
|
app_name: My Application (Development)
|
||||||
|
|
||||||
test:
|
test:
|
||||||
<<: *default_settings
|
<<: *default_settings
|
||||||
|
|
|
@ -8,12 +8,12 @@ default: &default
|
||||||
#secret: "743e038392f1d89540e95f8f7645849a"
|
#secret: "743e038392f1d89540e95f8f7645849a"
|
||||||
|
|
||||||
#production
|
#production
|
||||||
appid: "wx8e1ab05163a28e37"
|
#appid: "wx8e1ab05163a28e37"
|
||||||
secret: "beb4d3bc4b32b3557811680835357841"
|
#secret: "beb4d3bc4b32b3557811680835357841"
|
||||||
|
|
||||||
#test
|
#test
|
||||||
#appid: "wxc09454f171153c2d"
|
appid: "wxc09454f171153c2d"
|
||||||
#secret: "dff5b606e34dcafe24163ec82c2715f8"
|
secret: "dff5b606e34dcafe24163ec82c2715f8"
|
||||||
|
|
||||||
token: "123456"
|
token: "123456"
|
||||||
access_token: "1234567"
|
access_token: "1234567"
|
||||||
|
|
Loading…
Reference in New Issue