Skip to content

Commit 2fef0c3

Browse files
committed
배포 도메인 수정_1
1 parent 4a299f0 commit 2fef0c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ server:
175175

176176
# 배포 도메인 기준 (예: EC2의 도메인/ALB)
177177
app:
178-
public-base-url: https://api.example.com
178+
public-base-url: http://ec2-13-125-59-4.ap-northeast-2.compute.amazonaws.com:8080
179179
oauth2:
180-
redirect-url: https://web.example.com/auth/callback
180+
redirect-url: http://localhost:5173/auth/callback
181181

182182
#storage:
183183
# s3:

0 commit comments

Comments
 (0)