Spaces:
Runtime error
Runtime error
File size: 356 Bytes
d28d608 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | services:
- type: web
name: tds-quiz-solver
env: docker
plan: free
autoDeploy: true
region: singapore
dockerfilePath: Dockerfile
healthCheckPath: /
envVars:
- key: EMAIL
value: 24ds3000019@ds.study.iitm.ac.in
- key: SECRET
value: banana
# PIPE_TOKEN can be added later via dashboard secret
|