This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
yandexgpt_tg_bot/config.mjs

4 lines
127 B
JavaScript

export default {
telegramBotToken: process.env.TELEGRAM_BOT_TOKEN,
yandexGptApiToken: process.env.YANDEX_GPT_API_TOKEN,
};