Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-catalano committed Jan 9, 2024
1 parent 00d47db commit 1b38527
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ aws.region=${AWS_REGION}
aws.ses.user=${AWS_SES_USER}
aws.mailto=${AWS_MAILTO}

config.refresh.cron= -
nodo.monitor.cron= -
nodo.calc.cron= -
station.monitor.cron= -
station.calc.cron= -
config.refresh.cron=${CONFIG_REFRESH_CRON}
nodo.monitor.cron=${NODO_MONITOR_CRON}
nodo.calc.cron=${NODO_CALC_CRON}
station.monitor.cron=${STATION_MONITOR_CRON}
station.calc.cron=${STATION_CALC_CRON}

0 comments on commit 1b38527

Please sign in to comment.