代码拉取完成,页面将自动刷新
module.exports = Object.freeze({
TOKEN: 'Bot Token Here!', //Telegramm Bot token!
ARIA_SECRET: 'enter the secret key', //Enter the secret key you entered in `aria.sh` file while editing
ARIA_DOWNLOAD_LOCATION: '/app/dn', //This is for heroku on termux change it to your directory of cloned repo using "pwd" command
ARIA_DOWNLOAD_LOCATION_ROOT: '/', //"No need to touch this!" The mountpoint that contains ARIA_DOWNLOAD_LOCATION
ARIA_FILTERED_DOMAINS: ['yts', 'YTS', 'cruzing.xyz', 'eztv.ag', 'YIFY'], // Prevent downloading from URLs containing these substrings
ARIA_FILTERED_FILENAMES: ['YIFY'], // Files/top level directories with these substrings in the filename won't be downloaded
GDRIVE_PARENT_DIR_ID: 'Drive Folder id here',
SUDO_USERS: [806259523, 401643149], // Telegram user IDs. These users can use the bot in any chat.
AUTHORIZED_CHATS: [23543, 3535], // Telegram chat IDs. Anyone in these chats can use the bot.
DOWNLOAD_NOTIFY_TARGET: { // Information about the web service to notify on download completion.
enabled: false, // Set this to true to use the notify functionality
host: 'hostname.domain',
port: 80,
path: '/botNotify'
}
});
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。