Files
web/config/bot.php
2026-01-03 01:12:18 +08:00

15 lines
289 B
PHP

<?php
/*
* Copyright (c) 2025, Антон Аксенов
* This file is part of m3u.su project
* MIT License: https://git.axenov.dev/IPTV/web/src/branch/master/LICENSE
*/
declare(strict_types=1);
return [
'token' => env('TG_BOT_TOKEN'),
'secret' => env('TG_BOT_SECRET'),
];