Commit bac0f45f by 张宗强

update test config

parent 21ceb1c3
...@@ -67,4 +67,4 @@ endpoints: ...@@ -67,4 +67,4 @@ endpoints:
proudkids: proudkids:
oss-domain: https://files.proudkids.cn oss-domain: https://files.proudkids.cn
ems-domain: http://test.proudkids.cn ems-domain: http://xiaoxiangce.proudkids.com
\ No newline at end of file \ No newline at end of file
...@@ -57,10 +57,13 @@ mybatis-plus: ...@@ -57,10 +57,13 @@ mybatis-plus:
cache-enabled: true cache-enabled: true
logging: logging:
config: classpath:logback.xml config: classpath:logback.xml
wechat:
access_token:
url: http://wechat.proudkids.cn/weixinAccessController.do?getAccessToken&accountid=gh_b94dbecca2cf
file: file:
tmp: tmp:
location: /opt/tmp location: /opt/tmp
sms:
sign: 骄傲吧孩子
sms.accessKeyId: LTAIAMiJjEYtdsGH
sms.accessKeySecret: 4NB3Fm7CnSCOeq9QI4RCckwR2yZOVu
allow_ip: 172.17.229.80;140.143.35.92;172.17.229.78;172.17.229.79;140.143.35.92;106.38.28.148;39.106.15.229;59.110.225.13;219.143.153.14;119.80.41.62;39.106.15.229;59.110.225.13;47.95.115.100;60.205.204.60;192.168.1.163;
domain: dysmsapi.aliyuncs.com
product: Dysmsapi
\ No newline at end of file
...@@ -55,5 +55,11 @@ mybatis-plus: ...@@ -55,5 +55,11 @@ mybatis-plus:
configuration: configuration:
map-underscore-to-camel-case: true map-underscore-to-camel-case: true
cache-enabled: true cache-enabled: true
wechat:
open:
componentAppId: "wx0a693ececf7775d7"
componentSecret: "591faf379dd974942cc79c9093c43c68"
componentToken: "Proudkids"
componentAesKey: "DJvsl2MBMqqGRVYaAHAMQTDJvsl2MBMqqGRVYaAHAMQ"
logging: logging:
config: classpath:logback.xml config: classpath:logback.xml
\ No newline at end of file
...@@ -51,8 +51,6 @@ zuul: ...@@ -51,8 +51,6 @@ zuul:
serviceId: kiss-apps serviceId: kiss-apps
stripPrefix: true stripPrefix: true
sensitiveHeaders: sensitiveHeaders:
ratelimit: ratelimit:
key-prefix: kiss-ratelimite key-prefix: kiss-ratelimite
enabled: true enabled: true
...@@ -63,7 +61,6 @@ zuul: ...@@ -63,7 +61,6 @@ zuul:
limit: 100 limit: 100
quota: 100 quota: 100
refresh-interval: 3 refresh-interval: 3
security: security:
validate: validate:
code: true code: true
...@@ -74,7 +71,6 @@ security: ...@@ -74,7 +71,6 @@ security:
user-info-uri: http://kiss-auth/user user-info-uri: http://kiss-auth/user
prefer-token-info: false prefer-token-info: false
service-id: kiss-gateway service-id: kiss-gateway
urls: urls:
anon: anon:
- /admin/user/upload - /admin/user/upload
...@@ -89,6 +85,5 @@ urls: ...@@ -89,6 +85,5 @@ urls:
- /*/v2/api-docs - /*/v2/api-docs
- /swagger/api-docs - /swagger/api-docs
- /webjars/** - /webjars/**
logging: logging:
config: classpath:logback.xml config: classpath:logback.xml
\ No newline at end of file
...@@ -41,6 +41,16 @@ zuul: ...@@ -41,6 +41,16 @@ zuul:
serviceId: kiss-upms-service serviceId: kiss-upms-service
stripPrefix: true stripPrefix: true
sensitiveHeaders: sensitiveHeaders:
kiss-business:
path: /business/**
serviceId: kiss-business
stripPrefix: true
sensitiveHeaders:
kiss-apps:
path: /apps/**
serviceId: kiss-apps
stripPrefix: true
sensitiveHeaders:
ratelimit: ratelimit:
key-prefix: kiss-ratelimite key-prefix: kiss-ratelimite
enabled: true enabled: true
...@@ -51,7 +61,6 @@ zuul: ...@@ -51,7 +61,6 @@ zuul:
limit: 100 limit: 100
quota: 100 quota: 100
refresh-interval: 3 refresh-interval: 3
security: security:
validate: validate:
code: true code: true
...@@ -62,7 +71,6 @@ security: ...@@ -62,7 +71,6 @@ security:
user-info-uri: http://kiss-auth/user user-info-uri: http://kiss-auth/user
prefer-token-info: false prefer-token-info: false
service-id: kiss-gateway service-id: kiss-gateway
urls: urls:
anon: anon:
- /admin/user/upload - /admin/user/upload
...@@ -77,6 +85,5 @@ urls: ...@@ -77,6 +85,5 @@ urls:
- /*/v2/api-docs - /*/v2/api-docs
- /swagger/api-docs - /swagger/api-docs
- /webjars/** - /webjars/**
logging: logging:
config: classpath:logback.xml config: classpath:logback.xml
\ No newline at end of file
...@@ -58,8 +58,6 @@ mybatis-plus: ...@@ -58,8 +58,6 @@ mybatis-plus:
logging: logging:
config: classpath:logback.xml config: classpath:logback.xml
wechat: wechat:
access_token: access_token:
url: http://wechat.proudkids.cn/weixinAccessController.do?getAccessToken&accountid=gh_b94dbecca2cf url: http://wechat.proudkids.cn/weixinAccessController.do?getAccessToken&accountid=gh_b94dbecca2cf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment