-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreload.properties
33 lines (26 loc) · 1.13 KB
/
reload.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# THIS FILE CONTAINS THE PROPERTIES THAT ARE HOT RELOADABLE
# i.e. able to be refreshed without recompiling
# Enabling/disabling of jobs
quartz.properties.jobEnabled = true
# Allow hot reload of job interval
quartz.properties.reloadInterval = true
# Duration of job interval
# You can use this link to create interval: https://www.freeformatter.com/cron-expression-generator-quartz.html
#quartz.properties.interval = 0 0 0/1 ? * * *
# The above interval runs every hour
quartz.properties.interval = 0/10 * * * * ?
# The above interval runs every 10 sec
# API key and URL details
quartz.properties.apiKey = d0ceb61c5edd48ce964d65bffacf3274
quartz.properties.apiUrl = https://api.pntestbox.com/vsspp/pp/bizfn/berthingSchedule/retrieveByBerthingDate/v1.2
quartz.properties.plusDays = 6
# Max plusDays is 6
# Allowed email domains at registration (separated with ',')
domain.acceptedDomains = sis.smu.edu.sg, gmail.com
# Support email settings
spring.mail.username = [email protected]
spring.mail.password = vsta$G1T9
spring.mail.host = smtp.gmail.com
spring.mail.ssl.trust = smtp.gmail.com
# Frontend client
url = https://g1t9-vsta.netlify.app/login.html