-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrender.yaml
62 lines (62 loc) · 1.28 KB
/
render.yaml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Exported from Render on 2024-05-06T12:13:58Z
services:
- type: web
name: Rossen-Hua
runtime: node
repo: https://github.com/Rossen27/Shopit-V1
plan: free
envVars:
- key: VITE_FIREBASE_API_KEY
sync: false
- key: STRIPE_WEBHOOK_SECRET
sync: false
- key: STRIPE_SECRET_KEY
sync: false
- key: SMTP_PORT
sync: false
- key: SMTP_PASSWORD
sync: false
- key: SMTP_HOST
sync: false
- key: SMTP_FROM_NAME
sync: false
- key: SMTP_FROM_EMAIL
sync: false
- key: SMTP_EMAIL
sync: false
- key: NODE_ENV
sync: false
- key: JWT_SECRET
sync: false
- key: JWT_EXPIRES_TIME
sync: false
- key: FRONTEND_URL
sync: false
- key: FIREBASE_STORAGE_BUCKET
sync: false
- key: FIREBASE_PROJECT_ID
sync: false
- key: FIREBASE_MESSAGING_SENDER_ID
sync: false
- key: FIREBASE_MEASUREMENT_ID
sync: false
- key: FIREBASE_AUTH_DOMAIN
sync: false
- key: FIREBASE_APP_ID
sync: false
- key: FIREBASE_API_KEY
sync: false
- key: DB_URI
sync: false
- key: COOKIE_EXPIRES_TIME
sync: false
- key: CLOUDINARY_CLOUD_NAME
sync: false
- key: CLOUDINARY_API_SECRET
sync: false
- key: CLOUDINARY_API_KEY
sync: false
region: oregon
buildCommand: npm run build
startCommand: npm start
version: "1"