12 lines
253 B
JSON
12 lines
253 B
JSON
{
|
|
"Rabbit": {
|
|
"Host": "192.168.1.63",
|
|
"User": "admin",
|
|
"Password": "12345678",
|
|
"Queue": "hrms-checkin-queue-dev"
|
|
},
|
|
"API": "https://localhost:7283/api/v1",
|
|
"MaxConcurrency": 5,
|
|
"PrefetchCount": 20,
|
|
"HttpTimeoutSeconds": 60
|
|
}
|