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

5 lines
127 B
JavaScript
Raw Normal View History

2023-06-28 14:45:04 +03:00
export default {
telegramBotToken: process.env.TELEGRAM_BOT_TOKEN,
yandexGptApiToken: process.env.YANDEX_GPT_API_TOKEN,
};