Spaces:
Runtime error
Runtime error
| 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: "*" | |