Add deployment
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user