mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix typos (#497)
* Update config_full.json.example Typo * Update config.json.example
This commit is contained in:
parent
e1a033672f
commit
7bf88333dd
|
@ -34,8 +34,8 @@
|
|||
},
|
||||
"telegram": {
|
||||
"enabled": true,
|
||||
"token": "your_instagram_token",
|
||||
"chat_id": "your_instagram_chat_id"
|
||||
"token": "your_telegram_token",
|
||||
"chat_id": "your_telegram_chat_id"
|
||||
},
|
||||
"initial_state": "running",
|
||||
"internals": {
|
||||
|
|
|
@ -42,8 +42,8 @@
|
|||
},
|
||||
"telegram": {
|
||||
"enabled": true,
|
||||
"token": "your_instagram_token",
|
||||
"chat_id": "your_instagram_chat_id"
|
||||
"token": "your_telegram_token",
|
||||
"chat_id": "your_telegram_chat_id"
|
||||
},
|
||||
"initial_state": "running",
|
||||
"internals": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user