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 8452a7a commit 4f74b81Copy full SHA for 4f74b81
back/src/main/resources/application.yml
@@ -128,7 +128,7 @@ custom:
128
dev:
129
baseDomain: localhost
130
frontUrl: "http://${custom.dev.baseDomain}:3000"
131
- backUrl: "http://${custom.dev.baseDomain}:${server.port}"
+ backUrl: "http://${custom.dev.baseDomain}:8080"
132
prod:
133
baseDomain: ${PROD_BASE_DOMAIN}
134
frontUrl: "https://www.${custom.prod.baseDomain}"
0 commit comments