We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429a7b0 commit 5a46830Copy full SHA for 5a46830
render.yaml
@@ -9,16 +9,23 @@ services:
9
sizeGB: 1
10
autoDeploy: false
11
envVars:
12
- - key: NODE_ENV
13
- value: production
14
- - key: APP_PORT
15
- value: 3000
+ # Environment variables with sync: false are required.
16
- key: DISCORD_BOT_TOKEN
17
sync: false
18
- key: DISCORD_APPLICATION_ID
19
20
- key: BOT_OWNER_ID
21
+ - key: AI_SERVICE_TYPE
+ sync: false
+ - key: AI_SERVICE_API_KEY
22
23
+ - key: AI_SERVICE_DEFAULT_MODEL
24
25
+ - key: NODE_ENV
26
+ value: production
27
+ - key: APP_PORT
28
+ value: 3000
29
- key: DEFAULT_PREFIX
30
value: "!"
31
- key: DATABASE_TYPE
0 commit comments