Spaces:
Sleeping
Sleeping
| # Telegram credentials (from https://my.telegram.org) | |
| API_ID="15022711" | |
| API_HASH="51225833a1b50c15c6c39071ea567e48" | |
| # Target channel (must be a supergroup/channel your bots are admin of) | |
| # Use negative ID for supergroups: e.g. -1001234567890 | |
| CHANNEL_ID="-1003739341703" | |
| # Supabase (get from: Supabase Dashboard → Settings → API) | |
| SUPABASE_URL="https://geslknqmelmaoowdkmwv.supabase.co" | |
| SUPABASE_KEY="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Imdlc2xrbnFtZWxtYW9vd2RrbXd2Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3NTIzMjAwMzMsImV4cCI6MjA2Nzg5NjAzM30.k2JhLyjZ5F6W1vwwGX2yqPf-1Q8vm6nQyV8Zhqfqtfc" | |
| # API authentication key for this server | |
| ADMIN_API_KEY="" | |
| # BASE_URL="http://localhost:7860" | |