Updated application.properties (markdown)
parent
3ab06af769
commit
a4af7ae929
|
@ -29,4 +29,14 @@ 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`
|
||||
`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`
|
Loading…
Reference in New Issue