Spaces:
Sleeping
Sleeping
| services: | |
| - type: web | |
| name: lut-petux-remover | |
| runtime: docker | |
| plan: free | |
| healthCheckPath: /healthz | |
| envVars: | |
| - key: BOT_TOKEN | |
| sync: false | |
| - key: WEBHOOK_BASE_URL | |
| sync: false # set to https://<service>.onrender.com after first deploy | |
| - key: WEBHOOK_SECRET | |
| generateValue: true | |
| - key: DATABASE_URL | |
| sync: false # paste your Neon Postgres DSN here | |
| - key: ADMIN_USER_IDS | |
| sync: false # first id = bot owner (gets approval DMs) | |
| - key: GATEKEEPER_ENABLED | |
| value: "true" | |
| - key: LOG_LEVEL | |
| value: INFO | |
| - key: VIDEO_FRAMES | |
| value: "3" | |
| - key: WEB_FETCH_TIMEOUT | |
| value: "8" | |