Add deployment
CI / frontend (push) Failing after 57s
CI / backend (push) Failing after 6m27s

This commit is contained in:
voltsrage
2026-08-05 00:26:20 +08:00
parent 9e88ff6113
commit 2a3ef62a7d
86 changed files with 2320 additions and 174 deletions
+10 -1
View File
@@ -48,6 +48,8 @@
"GcsScored": "gcs.scored"
},
"NumPartitions": 6,
"ReplicationFactor": 1,
"SecurityProtocol": "Plaintext",
"OutboxBatchSize": 100,
"OutboxPollIntervalMs": 1000
},
@@ -64,7 +66,8 @@
"Port": 5674,
"Username": "guest",
"Password": "guest",
"PagingAckTimeoutMs": 300000
"PagingAckTimeoutMs": 300000,
"UseSsl": false
},
"Minio": {
"Endpoint": "localhost:9005",
@@ -219,5 +222,11 @@
"AlertQuality": {
"IntervalMinutes": 60,
"WindowHours": 1
},
"Swagger": {
"Enabled": true
},
"Seeding": {
"EnableDemoData": true
}
}