spring: crss-dataflow: datasource: driverClassName: "${spring.datasource.driverClassName}" jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=dataflow username: crss_dataflow password: crss_dataflow jpa: show-sql: true generate-ddl: true properties: hibernate: hbm2ddl: auto: none redis: host: redis.marathon.l4lb.thisdcos.directory # prevent batch job from running on app start batch: job: enabled: false # set to false if spring batch tables are already created initializer: enabled: true server: port: 8082 dataflow: url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393 sftp: credentials: host: sftp.marathon.l4lb.thisdcos.directory workingDirectory: /upload