Advertisement
Guest User

bot config

a guest
Jul 13th, 2017
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.62 KB | None | 0 0
  1. {
  2.   "service": {
  3.     "host": "127.0.0.1",
  4.     "port": 8000
  5.   },
  6.  
  7.   "bearer_access_token": "test_token",
  8.  
  9.   "bot": {
  10.     "username": "",
  11.     "password": "",
  12.     "shared_secret": "",
  13.     "identity_secret": ""
  14.   },
  15.   "trade_offers": {
  16.     "cancel_time_seconds": 900,
  17.     "pending_cancel_time_seconds": 600,
  18.     "cancel_outdated_count": 30,
  19.     "cancel_if_threshold_seconds": 604800,
  20.     "check_interval_seconds": 5,
  21.     "confirmations_retry_timeout_seconds": 5,
  22.     "offer_state_changed_callback_url": null,
  23.     "offer_state_changed_callback_bearer_token": null,
  24.     "inventory_update_timeout_seconds": 300
  25.   }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement