sxcybot

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

application.properties (805B)


      1 spring.datasource.url=jdbc:mariadb://localhost:3306/sxcybot
      2 spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
      3 #spring.jpa.database-platform=org.hibernate.dialect.MySQL5Dialect
      4 #spring.jpa.generate-ddl=true
      5 #spring.jpa.hibernate.ddl-auto=update
      6 spring.flyway.url=jdbc:mariadb://localhost:3306/sxcybot
      7 #Every Month at 1 AM (server time)
      8 #0 0 1 1 * *
      9 #Every 20 sec
     10 #*/20 * * * * *
     11 #weekly
     12 #pvm.role.schedule=0 0 0 * * 7
     13 #every 1st and 15th day of the month
     14 pvm.role.schedule=0 0 1 1,15 * *
     15 
     16 ##### add to profile properties: #####
     17 #spring.datasource.username=
     18 #spring.datasource.password=
     19 #spring.flyway.user=
     20 #spring.flyway.password=
     21 #discord.bot.token=
     22 #server.port=8080
     23 
     24 ##### mail #####
     25 mail.enabled=false
     26 #mail.from=
     27 #mail.to=
     28 #mail.username=
     29 #mail.password=
     30 #mail.host=
     31 #mail.port=
     32 #mail.ssl=