Proxy Telegram bot user avatars
All checks were successful
Build and deploy Backend / build (push) Successful in 31s

This commit is contained in:
Ruslan Bakiev
2026-05-08 19:37:10 +07:00
parent 71561724a5
commit de0e230632
3 changed files with 59 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ export const config = {
telegramBotUsername: process.env.TELEGRAM_BOT_USERNAME ?? 'carfteebot',
telegramWebhookSecret: process.env.TELEGRAM_WEBHOOK_SECRET ?? '',
webAppUrl: process.env.WEB_APP_URL ?? 'https://map.craftee.vn',
publicApiUrl: process.env.PUBLIC_API_URL ?? 'https://api.map.craftee.vn',
telegramAuthMaxAgeSeconds: Number(
process.env.TELEGRAM_AUTH_MAX_AGE_SECONDS ?? '86400',
),