18 lines
454 B
JSON
18 lines
454 B
JSON
{
|
|||
|
|
"telegram": {
|
||
|
|
"enabled": true,
|
||
|
|
"bot_token": "8517946013:AAEXI6uwhPJWD48arqrEQ591yRAkQ0xGryU",
|
||
|
|
"chat_id": "8039713369",
|
||
|
|
"note": "Erstelle einen eigenen Lotto-Bot mit @BotFather auf Telegram"
|
||
|
|
},
|
||
|
|
"email": {
|
||
|
|
"enabled": false,
|
||
|
|
"smtp_server": "smtp.gmail.com",
|
||
|
|
"smtp_port": 587,
|
||
|
|
"smtp_user": "",
|
||
|
|
"smtp_password": "",
|
||
|
|
"from_email": "",
|
||
|
|
"to_email": ""
|
||
|
|
}
|
||
|
|
}
|