sxcybot

OSRS oriented Discord Bot
git clone git://git.wimdupont.com/sxcybot.git
Log | Files | Refs | README | LICENSE

commit dff359707f38a77f40ad7f2fca4a49421075b22f
parent eb3f5965a246c289494e8789cf692e0f3190ba7d
Author: WimDupont <WimDupont@users.noreply.gitlab.com>
Date:   Tue, 13 Jul 2021 06:52:50 +0200

default pvm scheduler every 1st and 15th DotM

Diffstat:
Msrc/main/resources/application.properties | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties @@ -10,8 +10,8 @@ spring.flyway.url=jdbc:mariadb://localhost:3306/sxcybot #*/20 * * * * * #weekly #pvm.role.schedule=0 0 0 * * 7 -#every 15 days -pvm.role.schedule=0 0 1 1/15 * * +#every 1st and 15th day of the month +pvm.role.schedule=0 0 1 1,15 * * ##### add to profile properties: ##### #spring.datasource.username=