Advertisement
Guest User

application

a guest
Jan 18th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1.  
  2. server.port = 8081
  3.  
  4. #telegram.botToken =
  5. #telegram.chatId =
  6. #telegram.postNewOrders =
  7.  
  8. trading.exchange = BINANCE
  9. server.timeZoneOffset = +08:00
  10. server.sitename = BinancePTBot
  11. server.password =
  12.  
  13. #HotConfig Setting
  14. server.enableConfig = true
  15.  
  16. # how many days of log history to show?
  17. trading.logHistory = 31
  18.  
  19. #Put here your activated API key here
  20. default_apiKey =
  21. default_apiSecret =
  22.  
  23. #Put here a second api key that will be used to do all the buying and selling.
  24. #This api key does NOT need to be activated
  25. trading_apiKey =
  26. trading_apiSecret =
  27.  
  28. server.binanceThrottle = 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement