Files
tangmo_trans_bot/env.sample.php
2025-06-19 02:36:00 +00:00

11 lines
334 B
PHP

<?php
// Rename me to env.php
$bot_api_key = '1234567890:Telegram_bot_api_key';
$bot_username = 'telegram_bot_username';
$hook_url = 'https://my.server.com/path/to/hook.php';
$deepl_api_key = 'some-uuid-12345-abcde:fx';
$deepl_glossary_id = 'some-uuid-12345-abcde'; // or null or commented out
$allowed_chat_ids = [123, 456, -123];