freescout-telegram-notifica.../Config/config.php
Khazhinov Vladislav a659d009f8 init repo
2024-05-29 17:52:14 +03:00

10 lines
206 B
PHP

<?php
return [
'name' => 'TelegramNotification',
'options' => [
'active' => ['default' => 'off'],
'token' => ['default' => ''],
'chat_id' => ['default' => '123'],
],
];