-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.go
More file actions
20 lines (15 loc) · 736 Bytes
/
Copy pathconfig.go
File metadata and controls
20 lines (15 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package config
const SupabaseUrl, SupabaseKey string = "SUPABASE_URL", "SUPABASE_KEY"
const TelegramBot string = "TELEGRAM_BOT"
const AntamTelegramBot string = "ANTAM_TELEGRAM_BOT"
const SpotifytubeBot string = "SPOTIFYTUBE_BOT"
const SaahamBot string = "SAAHAM_BOT"
const TelegramDebug string = "TELEGRAM_CHANNEL_DEBUG"
const TelegramFreeGames string = "TELEGRAM_CHANNEL_FREE_GAMES"
const TelegramWarta string = "TELEGRAM_CHANNEL_WARTA"
const ChannelAntam string = "TELEGRAM_CHANNEL_ANTAM"
const ChannelReddit string = "TELEGRAM_CHANNEL_REDDIT"
const ChannelFinance string = "TELEGRAM_CHANNEL_FINANCE"
const SpotifyID string = "SPOTIFY_ID"
const SpotifySecret string = "SPOTIFY_SECRET"
const YoutubeToken string = "YOUTUBE_TOKEN"