Skip to content

Commit

Permalink
fix: layer-batch > application.yml에 디스코드 정보 추가 (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 authored Nov 21, 2024
1 parent 9842a72 commit d7f1ec3
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 d7f1ec3

Please sign in to comment.