mirror of
https://github.com/serega404/VodokanalBot.git
synced 2025-04-21 14:30:46 +03:00
9 lines
185 B
PHP
9 lines
185 B
PHP
<?php
|
|
return [
|
|
'url' => 'http://www.tgnvoda.ru/avarii.php',
|
|
// Telegram
|
|
'Send_silent' => 'false',
|
|
'Telegram_token' => 'token',
|
|
'Telegram_channel' => '@channel'
|
|
];
|
|
?>
|