Skip to content

Commit 8db5405

Browse files
committed
fix: 임시 호스트 경로로 수정
1 parent 8f0dd78 commit 8db5405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/dev/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ locals {
7777
"-Ddd.service=eatda-api",
7878
"-Ddd.env=dev",
7979
"-Ddd.version=v1",
80-
"-Ddd.agent.host=172.17.0.1",
80+
"-Ddd.agent.host=10.0.7.245",
8181
"-Dspring.profiles.active=dev",
8282
"-jar",
8383
"/app/api.jar"

0 commit comments

Comments
 (0)