Remove no longer needed 'monthPeriodStartDay' config property

This commit is contained in:
2019-09-28 21:48:25 +02:00
parent e052a5a98a
commit da86f5c750
3 changed files with 1 additions and 34 deletions

View File

@@ -1,2 +1 @@
financer.serverUrl=http://localhost:8080/financer-server-nm/
financer.monthPeriodStartDay=10
financer.serverUrl=http://localhost:8080/financer-server-nm/

View File

@@ -29,9 +29,6 @@ financer.serverUrl=http://localhost:8080/financer-server/
spring.messages.basename=i18n/message
# The day of month indicating the start of an expense period. Valid values range from 1-28
financer.monthPeriodStartDay=15
# The currency code to use for displaying money values. Note that the currency is only used for
# displaying.
# Possible values are ISO-4271 currency codes.