Advertisement
Guest User

Untitled

a guest
May 14th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.63 KB | None | 0 0
  1. #common
  2. Debug=true
  3. DefaultTimeZone="Europe/Moscow"
  4.  
  5. #mongo
  6. ReplicaSetName=""
  7. ConnectionString=["localhost:27017"]
  8. Database="admin"
  9. MongoMode=0 #Eventual = 0, Monotonic = 1, Strong = 2
  10. MongoTimeoutSec=10
  11. PoolInsertMongoMax=100
  12. PoolInsertMongoDurationSec=1
  13. CacheLifeTimeSec=10
  14. CacheOfferSize=1000
  15. CacheDailyOfferCapsSize=50
  16. CacheSlCategorySize=200
  17. CacheAdvertiserSize=100
  18. CachePartnerSize=1000
  19. CachePartnerOfferSize=10000
  20. CacheSettingsSize=2
  21. CacheIspGroupSize=1000
  22. CacheCountryGroupSize=1000
  23. CacheAffPixel=1000
  24. CacheOvercapSize=1000
  25.  
  26. #slackbot
  27. SlackHookURL="https://hooks.slack.com/services/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"
  28.  
  29. SlackMaxForceAlerts=5
  30.  
  31. #clickhouse
  32. ClickHouseClusters=["clickhouse?user=default"]
  33. ClickHouseDataBase="statistics"
  34. PoolInsertClickHouseMax=10000
  35. PoolInsertClickHouseDurationSec=3
  36.  
  37. #tarantool
  38. TarantoolString="localhost:3311"
  39. TarantoolUser="guest"
  40. TarantoolPassword=""
  41. TarantoolTimeOutSec=20
  42. TarantoolReconnectSec=5
  43. TarantoolMaxReconnects=500
  44. TarantoolRefreshSchemaHour=23
  45. TarantoolSelectTimeoutMs=1000
  46. TarantoolCheckUniqueTrack=true
  47.  
  48. #services
  49. ClientName="affisedev"
  50. ConsulAddress="consul:8500"
  51. GeoServiceAddr="localhost:8080"
  52. UAServiceAddr="localhost:9200"
  53. HystrixMaxConcurrentRequests=100000
  54. OverCapsServiceAddr="localhost:5000"
  55. SmartLinkServiceAddr="localhost:37017"
  56. ServiceNameMongo="mongo"
  57.  
  58. #NSQ
  59. NsqEnabled=true
  60. NsqdConnectionHosts=["localhost:4150"]
  61. NsqlookupdConnectionHosts=["localhost:4161"]
  62.  
  63. #smartLinks
  64. SmartlinkAPI="localhost:37017"
  65.  
  66. #overcaps
  67. OvercapsAPI="localhost:5000"
  68.  
  69. #GoAPI
  70. GoAPIHost="localhost:50603"
  71. GoAPIUser="goapi"
  72. GoAPIPassword="d7Fqoa43gGd0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement