Skip to content

Commit 4f74b81

Browse files
committed
fix: 명시적 포트 선언으로 오류 방어
1 parent 8452a7a commit 4f74b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

back/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ custom:
128128
dev:
129129
baseDomain: localhost
130130
frontUrl: "http://${custom.dev.baseDomain}:3000"
131-
backUrl: "http://${custom.dev.baseDomain}:${server.port}"
131+
backUrl: "http://${custom.dev.baseDomain}:8080"
132132
prod:
133133
baseDomain: ${PROD_BASE_DOMAIN}
134134
frontUrl: "https://www.${custom.prod.baseDomain}"

0 commit comments

Comments
 (0)