Commit 51b9f933 by 张勇

'update'

parents 2bf58dea 83b1e84a
...@@ -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
...@@ -63,7 +63,6 @@ file: ...@@ -63,7 +63,6 @@ file:
tmp: tmp:
location: /opt/tmp location: /opt/tmp
mms: mms:
smstools: smstools:
url: https://ce.proudkids.cn/mms/sms/v1/send? url: https://ce.proudkids.cn/mms/sms/v1/send?
...@@ -76,5 +75,3 @@ sms: ...@@ -76,5 +75,3 @@ sms:
domain: dysmsapi.aliyuncs.com domain: dysmsapi.aliyuncs.com
product: Dysmsapi product: Dysmsapi
...@@ -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
...@@ -90,6 +86,5 @@ urls: ...@@ -90,6 +86,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
...@@ -73,10 +81,10 @@ urls: ...@@ -73,10 +81,10 @@ urls:
- /admin/menu/userTree - /admin/menu/userTree
- /admin/generate/** - /admin/generate/**
- /swagger-resources/** - /swagger-resources/**
- /apps/h5/**
- /swagger-ui.html - /swagger-ui.html
- /*/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