Skip to content

Commit

Permalink
fix consistency of missed setting
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Nov 11, 2024
1 parent 8c9fb70 commit 41a53a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class SlackMessageService {

private static final Logger logger = LoggerFactory.getLogger(SlackMessageService.class);

@Value("${hephaestus.leaderboard.notification.channelId}")
@Value("${hephaestus.leaderboard.notification.channel-id}")
private String channelId;

@Value("${hephaestus.leaderboard.notification.enabled}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ hephaestus:
time: ${LEADERBOARD_SCHEDULE_TIME:9}
notification:
enabled: ${LEADERBOARD_NOTIFICATION_ENABLED:true}
channelId: ${LEADERBOARD_NOTIFICATION_CHANNEL_ID:G6TCVL6HL}
channel-id: ${LEADERBOARD_NOTIFICATION_CHANNEL_ID:G6TCVL6HL}

nats:
enabled: ${NATS_ENABLED:false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ hephaestus:
time: "9:00"
notification:
enabled: false
channelId: ""
channel-id: ""


nats:
Expand Down

0 comments on commit 41a53a8

Please sign in to comment.