-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
35 lines (33 loc) · 911 Bytes
/
Copy pathrender.yaml
File metadata and controls
35 lines (33 loc) · 911 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
26
27
28
29
30
31
32
33
34
35
services:
- type: web
name: fusion-starter
env: node
plan: free
buildCommand: "pnpm install && pnpm run build"
startCommand: "pnpm start"
envVars:
- key: NODE_VERSION
value: "22"
- key: DATABASE_URL
fromDatabase:
name: fusion-starter-db
property: connectionString
- key: PING_MESSAGE
value: "hello from render"
- key: MONGODB_DB
value: "karunasetu"
- key: ADMIN_EMAIL
value: "karunasetu@gmail.com"
- key: ADMIN_PASSWORD
value: "your_secure_password_here"
- key: ADMIN_JWT_SECRET
value: "your_jwt_secret_key_here"
- key: CLOUDINARY_CLOUD_NAME
value: "your_cloud_name"
- key: CLOUDINARY_API_KEY
value: "your_api_key"
- key: CLOUDINARY_API_SECRET
value: "your_api_secret"
databases:
- name: fusion-starter-db
plan: free