Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks authored Nov 17, 2024
2 parents d88cd76 + 6c93be5 commit a2082e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion layer-api/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ discord:
webhook:
retrospect-url: ${DISCORD_RETROSPECT_URL}
space-url: ${DISCORD_SPACE_URL}
member-url: ${DISCORD_MEMBER_URL}
member-url: ${DISCORD_MEMBER_URL}
2 changes: 1 addition & 1 deletion layer-api/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ discord:
webhook:
retrospect-url: ${DISCORD_RETROSPECT_URL}
space-url: ${DISCORD_SPACE_URL}
member-url: ${DISCORD_MEMBER_URL}
member-url: ${DISCORD_MEMBER_URL}
2 changes: 1 addition & 1 deletion layer-api/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ discord:
webhook:
retrospect-url: ${DISCORD_RETROSPECT_URL}
space-url: ${DISCORD_SPACE_URL}
member-url: ${DISCORD_MEMBER_URL}
member-url: ${DISCORD_MEMBER_URL}

0 comments on commit a2082e3

Please sign in to comment.