application.properties (803B)
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 ##### add to profile properties: ##### 16 #spring.datasource.username= 17 #spring.datasource.password= 18 #spring.flyway.user= 19 #spring.flyway.password= 20 #discord.bot.token= 21 #server.port=8080 22 ##### mail ##### 23 mail.enabled=false 24 #mail.from= 25 #mail.to= 26 #mail.username= 27 #mail.password= 28 #mail.host= 29 #mail.port= 30 #mail.ssl=