Skip to content

Commit

Permalink
Feat : modify ai server endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Son-GyeongSik committed Dec 2, 2023
1 parent b9088ae commit ac72f2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ spring:
youtube:
base-url: https://www.googleapis.com/youtube/v3
ai:
request-url : http://13.124.186.167:8000
result-url: http://13.124.186.167:8000/results
request-url : http://52.78.250.177:8000
result-url: http://52.78.250.177:8000/results

aws:
kms:
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ spring:
youtube:
base-url: https://www.googleapis.com/youtube/v3
ai:
request-url : http://43.200.123.116:8000
result-url: http://43.200.123.116:8000/results
request-url : http://43.202.35.206:8000
result-url: http://43.202.35.206:8000/results

aws:
kms:
Expand Down

0 comments on commit ac72f2d

Please sign in to comment.