-
Notifications
You must be signed in to change notification settings - Fork 115
/
render.yaml
34 lines (33 loc) · 877 Bytes
/
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
services:
# node web service
- type: web
name: Wework-Chatgpt
env: node
rootDir: .
autoDeploy: false
repo: https://github.com/sytpb/chatgpt-wework-robot # optional
region: singapore # optional (defaults to oregon)
plan: free # optional (defaults to starter instance type)
branch: main # optional (defaults to master)
healthCheckPath: /healthz
buildCommand: npm install
startCommand: node app.js
envVars:
- key: PORT
sync: false
- key: AGENTID
sync: false
- key: TOKEN
sync: false
- key: CORPID
sync: false
- key: AESKEY
sync: false
- key: SECRET
sync: false
- key: OPENAI_MODEL
sync: false
- key: OPENAI_API_KEY
sync: false
- key: MSG_TYPE
sync: false