# ZCLAW SaaS 配置文件 # 由 QA 测试自动生成 [server] host = "0.0.0.0" port = 8080 [database] url = "postgres://postgres:123123@localhost:5432/zclaw" [auth] jwt_expiration_hours = 24 totp_issuer = "ZCLAW SaaS" [relay] max_queue_size = 1000 max_concurrent_per_provider = 5 batch_window_ms = 50 retry_delay_ms = 1000 max_attempts = 3 [rate_limit] requests_per_minute = 60 burst = 10