Skip to content

Commit

Permalink
set default values
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanSST committed Sep 17, 2023
1 parent 9159f4a commit 86979dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring:
name: chicken-farm

messengerservice:
from: ${THREEMA_FROM}
to: ${THREEMA_TO}
secret: ${THREEMA_SECRET}
from: ${THREEMA_FROM:huehnerstall}
to: ${THREEMA_TO:myself}
secret: ${THREEMA_SECRET:joshua}
enabled: false

0 comments on commit 86979dc

Please sign in to comment.