Skip to content

Commit a102e81

Browse files
committed
fix: Plunk NEXT_PUBLIC_API_URI
1 parent d8f9e59 commit a102e81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/compose/plunk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
2323
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
2424
- AWS_SES_CONFIGURATION_SET=${AWS_SES_CONFIGURATION_SET}
25-
- NEXT_PUBLIC_API_URI=${SERVICE_FQDN_PLUNK}/api
25+
- NEXT_PUBLIC_API_URI=${API_URI}
2626
- APP_URI=${SERVICE_FQDN_PLUNK}
2727
- API_URI=${SERVICE_FQDN_PLUNK}/api
2828
- DISABLE_SIGNUPS=False

templates/service-templates.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)