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 78b08c6 commit e3f1d10Copy full SHA for e3f1d10
src/main/resources/application.yml
@@ -68,7 +68,7 @@ custom:
68
prod:
69
cookieDomain: ${BASE_URL}
70
frontUrl: "https://www.${custom.prod.cookieDomain}"
71
- backUrl: "https://${custom.prod.cookieDomain}"
+ backUrl: "https://api.${custom.prod.cookieDomain}"
72
site:
73
cookieDomain: "${custom.dev.cookieDomain}"
74
frontUrl: "${custom.dev.frontUrl}"
0 commit comments