Files
Lotto-Tip-Generator/config/notifications.json.example
T

17 lines
433 B
JSON
Raw Normal View History

{
"telegram": {
"enabled": false,
"bot_token": "YOUR_BOT_TOKEN_HERE",
"chat_id": "YOUR_CHAT_ID_HERE"
},
"email": {
"enabled": false,
"smtp_server": "smtp.gmail.com",
"smtp_port": 587,
"smtp_user": "your_email@gmail.com",
"smtp_password": "your_app_password",
"from_email": "your_email@gmail.com",
"to_email": "recipient@example.com"
}
}