Skip to content

Commit 59ba477

Browse files
refactor: add CORS_ORIGINS environment variable to render configuration
1 parent ce9feb3 commit 59ba477

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

render.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ services:
1616
- key: APP_NAME
1717
value: PH Remittance Rates API
1818
- key: APP_VERSION
19-
value: "1.0.0"
19+
value: "1.0.0"
20+
- key: CORS_ORIGINS
21+
value: '["*"]'

0 commit comments

Comments
 (0)