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
3ec5c9c4
Commit
3ec5c9c4
authored
Sep 19, 2022
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update techhero-framework-gateway-local.yml
parent
dfaddf94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
66 deletions
+3
-66
techhero-framework-gateway-local.yml
+3
-66
No files found.
techhero-framework-gateway-local.yml
View file @
3ec5c9c4
spring
:
spring
:
redis
:
redis
:
database
:
10
database
:
10
host
:
119.96.87.17
host
:
test-env
port
:
6379
port
:
6379
password
:
techhero
password
:
techhero
timeout
:
500
0
timeout
:
0
pool
:
pool
:
max-active
:
8
max-active
:
8
max-wait
:
-1
max-wait
:
-1
max-idle
:
8
max-idle
:
8
min-idle
:
0
min-idle
:
0
gateway
:
discovery
:
locator
:
enabled
:
true
lower-case-service-id
:
true
# routes: #配置路由路径
# - id: echhero-examsite-auth
# uri: lb://techhero-examsite-auth
# predicates:
# - Path=/auth/**
# filters:
# - StripPrefix=1
# - id: demo
# uri: lb://demo
# predicates:
# - Path=/api/**
# filters:
# - StripPrefix=1
# - id: techhero-project-verification
# uri: lb://techhero-project-verification
# predicates:
# - Path=/verification/**
# filters:
# - StripPrefix=1
# - id: techhero-component-task
# uri: lb://techhero-component-task
# predicates:
# - Path=/task/task/**
# filters:
# - StripPrefix=1
# - id: techhero-examsite-system
# uri: lb://techhero-examsite-system
# predicates:
# - Path=/system/**
# filters:
# - StripPrefix=1
http
:
multipart
:
enabled
:
true
file-size-threshold
:
1000Mb
max-file-size
:
2048Mb
max-request-size
:
2048Mb
server
:
tomcat
:
basedir
:
/Users/wwq/Desktop/tomcat
# 放行白名单
secure
:
ignore
:
urls
:
#配置白名单路径
-
/actuator/**
-
/auth/**
-
/auth/hello
-
/socket/**
-
/task/**
-
/gateway/**
-
/route/**
jwt
:
jwk-set-uri
:
'
http://localhost:15804/rsa/publicKey'
#配置RSA的公钥访问地址
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