78 lines
1.9 KiB
YAML
78 lines
1.9 KiB
YAML
server:
|
|
port: 2700
|
|
shutdown: graceful
|
|
servlet:
|
|
context-path: /console
|
|
undertow:
|
|
max-http-post-size: 20MB
|
|
no-request-timeout: 60000
|
|
|
|
spring:
|
|
lifecycle:
|
|
timeout-per-shutdown-phase: 30s
|
|
main:
|
|
allow-bean-definition-overriding: true
|
|
profiles:
|
|
active: @profiles.active@
|
|
group:
|
|
local: local,web-framework,openfeign,mybatis-plus
|
|
dev: dev,web-framework,openfeign,mybatis-plus
|
|
prod: prod,web-framework,openfeign,mybatis-plus
|
|
servlet:
|
|
multipart:
|
|
max-file-size: 20MB
|
|
max-request-size: 20MB
|
|
enabled: true
|
|
---
|
|
spring:
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
metadata:
|
|
management:
|
|
context-path: ${server.servlet.context-path}/actuator
|
|
openfeign:
|
|
client:
|
|
config:
|
|
default:
|
|
connectTimeout: 60000
|
|
readTimeout: 60000
|
|
management:
|
|
endpoint:
|
|
shutdown:
|
|
enabled: false
|
|
info:
|
|
enabled: true
|
|
health:
|
|
show-details: always
|
|
|
|
framework:
|
|
nacos:
|
|
subscribeServices:
|
|
- rc-auth
|
|
- rc-service-console
|
|
- rc-service-message
|
|
- rc-service-order
|
|
- rc-service-other
|
|
- rc-service-team
|
|
- rc-service-user
|
|
- rc-service-wallet
|
|
healthEndpoint: /console/actuator/health
|
|
healthStatus: UP
|
|
ignore-process-urls:
|
|
- /console/actuator/**
|
|
red-circle:
|
|
console:
|
|
security:
|
|
ignore-urls:
|
|
- /console/account/login
|
|
- /console/actuator/**
|
|
- /console/internal/resident-activity/invite/grant-gold
|
|
- /console/internal/resident-activity/invite/grant-props
|
|
- /console/datav/active/user-country-code
|
|
- /console/datav/online/user/count
|
|
- /console/datav/online/room/count
|
|
- /console/datav/country-dashboard
|
|
- /console/datav/country-dashboard/recharge-details
|
|
- /console/user/base/info/im/sig
|