Skip to content

Commit

Permalink
Bump year to 2022 (#564)
Browse files Browse the repository at this point in the history
* Bump year to 2022

This commit timetravels the lancie's [MailServiceImpl](https://github.com/AreaFiftyLAN/lancie-api/blob/cb4019ead42b6bd0b56cce406e005d1516744708/src/main/java/ch/wisv/areafiftylan/utils/mail/MailServiceImpl.java) from 2019 to 2022.

* Update application-production.yml

* Update to trigger tests

Co-authored-by: Ardy Zwanenburg <[email protected]>
  • Loading branch information
JoepdeJong and ArdyZ authored Apr 8, 2022
1 parent 3ef75c1 commit b1d5bb7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/resources/config/application-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ logging:
file:
name: /tmp/logs/lancie-api.log

## AREA FIFTYLAN SETTINGS
## AREA FIFTYLAN SETTINGS 2022
a5l:
paymentReturnUrl: https://areafiftylan.nl/order-check
user:
Expand All @@ -13,11 +13,10 @@ a5l:
sender: LANcie <[email protected]>
contact: LANcie <[email protected]>
confirmUrl: https://areafiftylan.nl/register-confirm
year: 2020
year: 2022
ratelimit:
enabled: false
minute: 10

orderLimit: 15
ticketLimit: 220
orderKeepAlive: 15
Expand Down

0 comments on commit b1d5bb7

Please sign in to comment.