| 123456789101112131415161718192021222324252627282930 |
- spring:
- datasource:
- url: jdbc:postgresql://localhost:5432/crss?currentSchema=dataextraction
- username: postgres
- password: postgres
- server:
- port: 8086
- kettle:
- rootDir: ./kettle/download
- jndiDir: ./kettle/jndi
- mainJob: ./kettle/download/main/main.kjb
- crss:
- metadata:
- datasource:
- url: jdbc:postgresql://localhost:5432/crss?currentSchema=dataextraction
- username: crss_dataextraction
- password: CrssDataExtraction
- datawarehouse:
- datasource:
- platform: oracle
- url: jdbc:oracle:thin:@//localhost:1521/XE
- username: crss_dw
- password: crss_dw
- driverClassName: oracle.jdbc.OracleDriver
- registration:
- datasource:
- url: jdbc:postgresql://localhost:5432/crss?currentSchema=registration
- username: postgres
- password: postgres
|