mirror of
https://github.com/EZ-Api/ez-api.git
synced 2026-01-13 17:47:51 +00:00
feat: update kubernetes test environment configurations
This commit is contained in:
@@ -18,6 +18,11 @@ data:
|
|||||||
EZ_LOG_RETENTION_DAYS: "30"
|
EZ_LOG_RETENTION_DAYS: "30"
|
||||||
EZ_LOG_MAX_RECORDS: "1000000"
|
EZ_LOG_MAX_RECORDS: "1000000"
|
||||||
EZ_LOG_PARTITIONING: "off"
|
EZ_LOG_PARTITIONING: "off"
|
||||||
|
# 同步可靠性(CP -> Redis outbox)
|
||||||
|
EZ_SYNC_OUTBOX_ENABLED: "true"
|
||||||
|
EZ_SYNC_OUTBOX_INTERVAL_SECONDS: "5"
|
||||||
|
EZ_SYNC_OUTBOX_BATCH_SIZE: "200"
|
||||||
|
EZ_SYNC_OUTBOX_MAX_RETRIES: "10"
|
||||||
# Swagger UI Host (留空则使用相对路径)
|
# Swagger UI Host (留空则使用相对路径)
|
||||||
EZ_SWAGGER_HOST: ""
|
EZ_SWAGGER_HOST: ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user