Updated application.properties (markdown)

taniman 2017-11-09 16:48:00 +01:00
parent 3ab06af769
commit a4af7ae929
1 changed files with 11 additions and 1 deletions

@ -30,3 +30,13 @@ Don' t use the same apiKey as default_apiKey to avoid delays
Set a timezone offset to fix the date/time displayed on the monitoring page
**Important** Correct format `+hh:mm` or `-hh:mm`
`server.timeZoneOffset = +02:00`
Your Telegram bot token. See [Telegram Setup](https://github.com/taniman/profit-trailer#setup-telegram-so-the-bot-can-send-you-telegram-messages)
`telegram.botToken = your bot token`
Your chat id. See [Telegram Setup](https://github.com/taniman/profit-trailer#setup-telegram-so-the-bot-can-send-you-telegram-messages)
`telegram.chatId = your chat id`
Set to true to receive messages when your bot sells or buys coins
DCA buys are not posted. But DCA sells are posted
`telegram.postNewOrders = true`