Skip to content

Commit

Permalink
fix: layer-batch > application.yml에 디스코드 정보 추가 (#265)
Browse files Browse the repository at this point in the history
* fix: Table 어노테이션으로 복합 유니크 제약조건 추가 (#262)

* fix: layer-batch > application.yml에 디스코드 정보 추가 (#264)
  • Loading branch information
clean2001 authored Nov 21, 2024
1 parent 7d8a589 commit 4e27316
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion layer-batch/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,10 @@ openai:
systemContent: ${OPENAI_SYSTEM_CONTENT}
apiKey: ${OPENAI_API_KEY}
model: ${OPENAI_MODEL}
maxTokens: ${OPENAI_MAX_TOKENS}
maxTokens: ${OPENAI_MAX_TOKENS}

discord:
webhook:
retrospect-url: ${DISCORD_RETROSPECT_URL}
space-url: ${DISCORD_SPACE_URL}
member-url: ${DISCORD_MEMBER_URL}

0 comments on commit 4e27316

Please sign in to comment.