#daily extract spring: profiles: dailyExtract datasource: url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_metering username: admin password: password driver-class-name: org.postgresql.Driver --- #Monthly extract spring: profiles: monthlyExtract datasource: url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_metering username: admin password: password driver-class-name: org.postgresql.Driver --- # default spring: datasource: url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_metering username: admin password: password driver-class-name: org.postgresql.Driver