-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.backup
22 lines (17 loc) · 905 Bytes
/
.env.backup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Telegram Bot Settings
TELEGRAM_BOT_TOKEN=6212968528:AAHZTqrfjx0YfKrFc3LBMtzGFJPJKyUPwy4
# 3x-ui Panel Settings
XUI_USERNAME=admin
XUI_PASSWORD=admin
XUI_PANEL_PORT=54321
# Supabase Settings
SUPABASE_URL=https://xnigsihqhdydfrgrujrd.supabase.co
SUPABASE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InhuaWdzaWhxaGR5ZGZyZ3J1anJkIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDExMTMyODgsImV4cCI6MjA1NjY4OTI4OH0.UuUjSuJ4D_xocFofw62hbMBOwmZPwQULRaL5enp2GnY
SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InhuaWdzaWhxaGR5ZGZyZ3J1anJkIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTc0MTExMzI4OCwiZXhwIjoyMDU2Njg5Mjg4fQ.P691xgPgpHNfP1Qfz_LnsIvr4n5Mp4VgzIt_l69bBjc
# VPN Service Settings
VPN_DOMAIN=your-vpn-domain.com
# Payment Integration
PAYMENT_CURRENCY=RUB
# Docker Settings
DOCKER_RESTART_POLICY=unless-stopped