Spaces:
Sleeping
Sleeping
File size: 419 Bytes
a89e75c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | services:
- type: web
name: chat-bot-api
env: docker
dockerfilePath: ./Dockerfile
autoDeploy: true
healthCheckPath: /
envVars:
- key: SECRET_KEY
sync: false
- key: JWT_SECRET_KEY
sync: false
- key: GROQ_API_KEY
sync: false
- key: ACCESS_TOKEN_EXPIRE_MINUTES
value: "10080"
- key: CORS_ORIGINS
sync: false
|