-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
25 lines (22 loc) · 831 Bytes
/
Copy pathenv.example
File metadata and controls
25 lines (22 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Get chat id infomation from @userinfobot
ADMIN_CHAT_ID=ADMIN_CHAT_ID
# Web app
WEB_APP_URL=localhost:3000
# Ton Wallet
TON_WALLET=TON_WALLET
# Telegram Bot Configuration
# Get this from @BotFather on Telegram
TELEGRAM_BOT_TOKEN=your-telegram-bot-token-here
TELEGRAM_BOT_USERNAME=your-bot-username-here
# Google OAuth Credentials
# Get these from https://console.cloud.google.com/apis/credentials
GOOGLE_CLIENT_ID=your-google-client-id-here
GOOGLE_CLIENT_SECRET=your-google-client-secret-here
# Supabase Configuration
# Get these from your Supabase project settings
SUPABASE_PROJECT_URL=your-supabase-project-url
SUPABASE_API_KEY_ANON_PUBLIC=your-supabase-anon-key
SUPABASE_SERVICE_ROLE_SECRET=your-supabase-service-role-secret
# Logging Configuration
# Set to 'smart-reply' or 'usersMessageHistory' to filter logs
LOG_FILTER=