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.
2 parents d3898ee + 92dbd44 commit 24733d0Copy full SHA for 24733d0
templates/compose/plunk.yaml
@@ -22,7 +22,7 @@ services:
22
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
23
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
24
- AWS_SES_CONFIGURATION_SET=${AWS_SES_CONFIGURATION_SET}
25
- - NEXT_PUBLIC_API_URI=${API_URI}
+ - NEXT_PUBLIC_API_URI=${SERVICE_FQDN_PLUNK}/api
26
- APP_URI=${SERVICE_FQDN_PLUNK}
27
- API_URI=${SERVICE_FQDN_PLUNK}/api
28
- DISABLE_SIGNUPS=False
0 commit comments