Update 'run.php'

This commit is contained in:
Illya Marchenko 2023-01-06 10:48:42 +02:00
parent 5a40446a96
commit 8dcf1bf3ce

@ -3,8 +3,8 @@
$config = [ $config = [
'tg_bot_key' => 'BOT_KEY', 'tg_bot_key' => 'BOT_KEY',
'tg_chat_ids' => [ 'tg_chat_ids' => [
'111111111', // user1 '111111111', // user1
'222222222', // user2 '222222222', // user2
], ],
]; ];