Spaces:
Runtime error
Runtime error
File size: 502 Bytes
7f1f6ab 272dfc6 be9230f 272dfc6 be9230f 272dfc6 7f1f6ab | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | databases:
- name: ultimate-chat-db
plan: free
services:
- type: web
name: ultimate-chat-app
env: node
plan: free
buildCommand: npm install
startCommand: npm start
healthCheckPath: /api/version
envVars:
- key: NODE_ENV
value: production
- key: DATABASE_URL
fromDatabase:
name: ultimate-chat-db
property: connectionString
- key: JWT_SECRET
generateValue: true
- key: CORS_ORIGIN
value: "*"
|