Created
April 17, 2022 14:23
-
-
Save maor365scores/c1145bc35164ac87550a573c7545ba15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id" : "617a71d533b9d389791739d0", | |
"ScannerName" : "LSport.Push.Domain.Scanners.LSportPushRabbitMqInPlayScanner", | |
"LSportScanner.PushService.InPlay" : { | |
"Handler" : { | |
"SportTypes" : [ | |
"football", | |
"basketball", | |
"tennis", | |
"ice hockey", | |
"rugby union", | |
"baseball", | |
"american football", | |
"cricket", | |
"rugby league", | |
"handball", | |
"volleyball", | |
"table tennis" | |
], | |
"ScanLiveGamesFrequencyInSeconds" : 5, | |
"ScanFixturesListFrequencyInHours" : 1, | |
"ScanFixturesFrequencyInHours" : 12, | |
"TimeToCheckConnectionAliveInSeconds" : 10, | |
"ScanFixturesForPushFrequencyInHours" : 20, | |
"ScanFixturesForBetsFrequencyInHours" : 4, | |
"Username" : "[email protected]", | |
"Password" : "fwe45b43", | |
"Guid" : "2703037d-42b7-4d16-b16f-ccc5679253d9", | |
"BatchSize" : 10, | |
"FaultedScanRetries" : 3, | |
"LiveTimeToScanBeforeGameStartsInHours" : 3, | |
"LiveTimeToScanAfterGameStartsInHours" : 3, | |
"PushMarketsIntervals" : [ | |
{ | |
"FromDay" : 0, | |
"ToDay" : 7, | |
"BatchSize" : 24 | |
}, | |
{ | |
"FromDay" : 7, | |
"ToDay" : 30, | |
"BatchSize" : 48 | |
}, | |
{ | |
"FromDay" : 30, | |
"ToDay" : 365, | |
"BatchSize" : 240 | |
} | |
] | |
}, | |
"RabbitMqClient" : { | |
"HostName" : "inplay-rmq.lsports.eu", | |
"Port" : 5672, | |
"UserName" : "[email protected]", | |
"Password" : "Dertyu7897!", | |
"AutomaticRecoveryEnabled" : true, | |
"VirtualHost" : "Customers", | |
"RequestedHeartbeat" : 400, | |
"NetworkRecoveryInterval" : "00:00:01", | |
"PackageId" : "_3762_", | |
"Guid" : "c77cae56-5327-4054-bae0-dc70121eba6c", | |
"ActivateUrl" : "http://inplay.lsports.eu/api/Package/[email protected]&password=Dertyu7897!&packageid=3762", | |
"DisableUrl" : "http://inplay.lsports.eu/api/Package/[email protected]&password=Dertyu7897!&packageid=3762", | |
"TimeToCheckConnectionAliveInSeconds" : 90, | |
"ConnectionRetryCount" : 5, | |
"ConnectionRetriesDelayStepMs" : 300 | |
}, | |
"ToUseDoublingDataflow" : false, | |
"DoublingDataflowRabbitMqClient" : { | |
"ToUseUri" : true, | |
"Uri" : "amqps://b-03a25c79-d3fe-4418-b39c-b88c63d03052.mq.us-east-1.amazonaws.com:5671", | |
"HostName" : "b-03a25c79-d3fe-4418-b39c-b88c63d03052.mq.us-east-1.amazonaws.com", | |
"Port" : 5671, | |
"UserName" : "RabitAdmin", | |
"Password" : "rabitadmin123!", | |
"AutomaticRecoveryEnabled" : true, | |
"RequestedHeartbeat" : 400, | |
"NetworkRecoveryInterval" : "00:00:01", | |
"PackageId" : "InPlayQueue", | |
"Guid" : "c77cae56-5327-4054-bae0-dc70121eba6c", | |
"ActivateUrl" : "", | |
"DisableUrl" : "", | |
"TimeToCheckConnectionAliveInSeconds" : 90, | |
"ConnectionRetryCount" : 5, | |
"ConnectionRetriesDelayStepMs" : 300 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment