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.
1 parent 43df918 commit 92dbd44Copy full SHA for 92dbd44
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