Skip to content

Commit

Permalink
test: 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
mangowhoiscloud committed Sep 6, 2024
1 parent e69ee6a commit 7e67a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
app = FastAPI()

# Elasticsearch 연결 설정
es = Elasticsearch(hosts=["http://localhost:9200"])
es = Elasticsearch(hosts=["http://elasticsearch:9200"])

# Pydantic을 사용해 요청 모델 정의
class StoryRequest(BaseModel):
Expand Down

0 comments on commit 7e67a35

Please sign in to comment.