Advertisement
Guest User

app_prop

a guest
Jul 17th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. java -Djava.net.preferIPv4Stack=true -Dsun.stdout.encoding=UTF-8 -XX:+UseConcMarkSweepGC -Xmx512m -Xms512m -jar ProfitTrailer.jar
  2.  
  3. license = 4e650152cfe7102e71feb9d4f635b872
  4. server.port = 8081
  5. server.api_token =
  6.  
  7. server.sitename = My BTC Bot
  8. trading.exchange = BINANCE
  9. trading.log_history = 8
  10.  
  11. server.timezone_offset = +00:00
  12. server.language = enus
  13. server.skin = dark
  14. server.currency = USD
  15.  
  16. server.disable_password = false
  17. server.disable_config = false
  18. server.disable_online_config = false
  19. server.enable_shutdown = true
  20. server.disable_notification = false
  21. server.disable_browser = false
  22.  
  23. telegram.bot_token_1 =
  24. telegram.chat_1 =
  25. telegram.disable_notification = false
  26.  
  27. discord.bot_token_1 =
  28. discord.chat_1 =
  29.  
  30. default_api_key = v0xhFU67zDuEQjseYHZRjcuR4V19nvm47Rmo270LdSJfteiqR3At6tCxdhaG6EyE
  31. default_api_secret = Kl7MI6zixe1R9ejH0Vggb4sJhmziyKUoBIFPHLYyCL9qc56bgYGnUoZ0zn0GK2Id
  32. trading_api_key = aMmjg5q9fP1vF5qqnpIBoRoHaGjvN6KcBtWdU5IOXeEbCkD9jLaoc0NAGiR004OI
  33. trading_api_secret = 7FrSSIvNjapgj0wZO76fteb9B8LJ89msqcM88lgsdNKgM4L4jfY1ma0fLm8ifgz7
  34.  
  35. telegram.startup_notification = true
  36. discord.startup_notification = true
  37. telegram.shutdown_notification = true
  38. discord.shutdown_notification = true
  39.  
  40. server.start_trading_delay = 0
  41.  
  42. #testmode does paper trading so you will see buy and sell activity.
  43. server.test_mode = false
  44.  
  45. #timeout in seconds
  46. connection.timeout = 90
  47.  
  48. #enabling debug mode when support asks you
  49. #logging.level.nl.komtek = DEBUG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement