Skip to content

Commit 5a46830

Browse files
committed
[FEAT] Update render.yaml to allow AI service settings
1 parent 429a7b0 commit 5a46830

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

render.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,23 @@ services:
99
sizeGB: 1
1010
autoDeploy: false
1111
envVars:
12-
- key: NODE_ENV
13-
value: production
14-
- key: APP_PORT
15-
value: 3000
12+
# Environment variables with sync: false are required.
1613
- key: DISCORD_BOT_TOKEN
1714
sync: false
1815
- key: DISCORD_APPLICATION_ID
1916
sync: false
2017
- key: BOT_OWNER_ID
2118
sync: false
19+
- key: AI_SERVICE_TYPE
20+
sync: false
21+
- key: AI_SERVICE_API_KEY
22+
sync: false
23+
- key: AI_SERVICE_DEFAULT_MODEL
24+
sync: false
25+
- key: NODE_ENV
26+
value: production
27+
- key: APP_PORT
28+
value: 3000
2229
- key: DEFAULT_PREFIX
2330
value: "!"
2431
- key: DATABASE_TYPE

0 commit comments

Comments
 (0)