Commit 5f83c83c by Administrator

Add new file

parent dfcbbf22
server:
tomcat:
max-threads: 500 # Maximum amount of worker threads.
min-spare-threads: 50 # Minimum amount of worker threads
# sleuth配置
spring:
redis:
host: 119.96.87.17 #192.168.50.159 #119.96.87.17 #47.104.251.199
port: 6379 #6942
password: techhero #ENC(08db934a254e34b5366ff337b81532ec)
database: 14
#host: 39.108.117.105
#port: 6379
#password: xh3.1415..
#database: 2
timeout: 10000
lettuce:
pool:
max-idle: 4
min-idle: 1
max-active: 5
max-wait: 10000
ignore:
urls:
- /actuator/**
- /token/**
- /pwd/**
- /mobile/**
- /sso/**
- /**/*.css
- /auth/**
- /refresh/**
- /swagger-ui.html
- /swagger-resources/**
- /*/v2/api-docs
- /webjars/**
- /personalBack/**
- /wechat/**
emay:
# url
url: http://www.btom.cn:8080
# 短信平台
appId: EUCP-EMY-SMS1-0M8GN
# 秘钥
secretKey: CA1D7241F03741C5
#oauth client
x-oauth-client:
client-details-store:
cloud:
client-id: 'cloud'
client_secret: '{noop}cloud'
scope: 'server'
authorized_grant_types: 'password,refresh_token,authorization_code,wechat'
web_server_redirect_uri: 'www.techhero.cn'
authorities: 'write'
access_token_validity: 604800
refresh_token_validity: 604800
autoapprove: 'true'
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