Enhance security and reliability across SFTP workflows
This commit is contained in:
@@ -27,10 +27,15 @@ spring:
|
||||
max-request-size: 2GB
|
||||
|
||||
app:
|
||||
cors:
|
||||
allowed-origins: ${APP_CORS_ALLOWED_ORIGINS:http://localhost:48081}
|
||||
sftp:
|
||||
session-timeout: 60000
|
||||
session-cleanup-interval: 60000
|
||||
connection-timeout: 30000
|
||||
max-retries: 5
|
||||
strict-host-key-checking: ${SFTP_STRICT_HOST_KEY_CHECKING:false}
|
||||
known-hosts-path: ${KNOWN_HOSTS_PATH:}
|
||||
|
||||
# Actuator 生产环境暴露健康与指标
|
||||
management:
|
||||
|
||||
Reference in New Issue
Block a user