Skip to content

Commit 8fb7a0e

Browse files
committed
updated render.yaml
1 parent c2eb0df commit 8fb7a0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

render.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ services:
1111
envVars:
1212
- key: DATABASE_URL
1313
fromDatabase:
14-
name: db
14+
name: postgres
1515
property: connectionString
1616
- key: PUBLIC_ORIGIN
1717
fromDatabase:
1818
name: web
1919
property: host
2020
- type: redis
21-
name: private redis
21+
name: redis
2222
ipAllowList: [] # Only allow internal connections
2323

2424
databases:
25-
- name: db
25+
- name: postgres
2626
databaseName: postgres
2727
ipAllowList: []

0 commit comments

Comments
 (0)