| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- spring:
- crss-main:
- datasource:
- jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_meterprocess
- username: admin
- password: password
- crss-registration:
- datasource:
- jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_reg
- username: admin
- password: password
- crss-nmms:
- datasource:
- jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_nmms
- username: admin
- password: password
- jpa:
- generate-ddl: true
- server:
- port: 8081
- eureka:
- instance:
- prefer-ip-address: false
- hostname: crss-meterprocess-app.marathon.l4lb.thisdcos.directory
- client:
- serviceUrl:
- defaultZone: http://crss-discovery.marathon.l4lb.thisdcos.directory:8761/eureka/
- security:
- oauth2:
- client:
- accessTokenUri: http://crss-admin.marathon.l4lb.thisdcos.directory:8080/oauth/access_token
- userAuthorizationUri: http://crss-admin.marathon.l4lb.thisdcos.directory:8080/oauth/authorize
- resource:
- userInfoUri: http://crss-admin.marathon.l4lb.thisdcos.directory:8080/user
- dataflow:
- url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
- sftp:
- credentials:
- host: sftp.marathon.l4lb.thisdcos.directory
- workingDirectory: /upload
|