-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrender.yaml
More file actions
25 lines (25 loc) · 596 Bytes
/
render.yaml
File metadata and controls
25 lines (25 loc) · 596 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
services:
- type: web
name: cursor-usage-tracker
runtime: docker
plan: starter
autoDeploy: false
disk:
name: tracker-data
mountPath: /app/data
sizeGB: 1
envVars:
- key: CURSOR_ADMIN_API_KEY
sync: false
- key: CRON_SECRET
generateValue: true
- key: DASHBOARD_URL
value: https://cursor-usage-tracker.onrender.com
- key: SLACK_BOT_TOKEN
sync: false
- key: SLACK_CHANNEL_ID
sync: false
- key: DASHBOARD_PASSWORD
sync: false
- key: NODE_ENV
value: production