Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
techhero-framework-config
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
techhero-framework-config
Commits
f9fee95d
Commit
f9fee95d
authored
2 years ago
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
7da566aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
120 additions
and
0 deletions
+120
-0
application-sitout.yml
+120
-0
No files found.
application-sitout.yml
0 → 100644
View file @
f9fee95d
spring
:
servlet
:
multipart
:
enabled
:
true
max-file-size
:
300MB
max-request-size
:
300MB
rabbitmq
:
host
:
dev-env
port
:
5672
username
:
techhero
password
:
techhero
virtual-host
:
/framework
listener
:
simple
:
acknowledge-mode
:
manual
# 消息确认方式,其有三种配置方式,分别是none、manual(手动ack) 和auto(自动ack) 默认auto
publisher-confirms
:
true
#确认消息已发送到交换机(Exchange)
publisher-returns
:
true
#确认消息已发送到队列(Queue)
feign
:
hystrix
:
enabled
:
true
okhttp
:
enabled
:
true
httpclient
:
enabled
:
false
client
:
config
:
feignName
:
connectTimeout
:
10000
readTimeout
:
20000
compression
:
request
:
enabled
:
true
response
:
enabled
:
true
# yml
hystrix
:
command
:
default
:
execution
:
isolation
:
thread
:
timeoutInMilliseconds
:
15000
threadpool
:
default
:
coreSize
:
50
##并发执行的最大线程数,默认10
maxQueueSize
:
100
##BlockingQueue的最大队列数
queueSizeRejectionThreshold
:
80
ribbon
:
ReadTimeout
:
10000
ConnectTimeout
:
10000
eureka
:
enabled
:
true
httpclient
:
enabled
:
false
okhttp
:
enabled
:
true
eager-load
:
enabled
:
true
clients
:
techhero-framework-config,techhero-framework-eureka,techhero-framework-auth,techhero-platform-exam,techhero-platform-system,techhero-business-track,techhero-business-command,techhero-business-transdata,techhero-business-datagovern,techhero-business-visualization,techhero-framework-config
tomcat
:
max-connections
:
500
max-threads
:
30
min-spare-threads
:
3
accept-count
:
10
token
:
refreshTokenValiditySeconds
:
7200
accessTokenValiditySeconds
:
3600
remainingTime
:
3480
# ignore:
# urls:
# - /config/bus/refresh
# - /loginOut
# 放行白名单
secure
:
ignore
:
urls
:
#配置白名单路径
-
/actuator/**
-
/auth/**
-
/rsa/**
-
/token/**
-
/login/**
-
/weChat/login
-
/identification/weChat/login
-
/gateway/**
-
/permission/white/**
-
/basic/code/**
-
/examination/kwksjcxxb/downloadKsTemplate
-
/subject/alipay/alipayCallback
-
/examination/app/forgetPassword
-
/examination/app/sendSmsCode
# 微信
weChat
:
# 凭证
token
:
# 小程序唯一凭证,即 AppID
appid
:
wxefc586aad11c0fe4
# 小程序唯一凭证密钥,即 AppSecret
secret
:
d491fa6dac431f6a31d6609478ddd071
#小程序版本:developer为开发版;trial为体验版;formal为正式版;默认为正式版
miniProgramState
:
formal
# 订阅消息模板
templateId
:
EXqoBaJ0QvDsYGECL2yP8RgYlef2uK44y-MA72rDVDU
#扫描小程序码跳转页面
scanIntoPage
:
pages/idcard/idcard
#小程序消息通知跳转页面
notifyPage
:
pages/update/update
server
:
pictureCheck
:
https://68818968wt.goho.co/Segment/DetectFace
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment