12345678910111213141516171819202122232425262728293031323334353637 |
- server:
- port: 39100
- spring:
- datasource:
- # username: postgres
- # password: Test!234
- # driver-class-name: org.postgresql.Driver
- # url: jdbc:postgresql://192.168.65.128:5432/financialdb
- username: finance
- password: Finance@unicom23
- driver-class-name: org.postgresql.Driver
- url: jdbc:postgresql://172.16.107.5:5432/financialdb
- logging:
- level:
- com:
- nokia: debug
- minio:
- accessKey: house-car
- bucket: house-car
- endpoint: http://192.168.10.7:19000/
- expiry: 15
- secretKey: EGqIq7zKZwfasMQ5eLIoLId631vmLaal
- data-import:
- copy-script-path: scripts/copy.sh
- db-host: 127.0.0.1
- db-port: 5432
- db-username: postgres
- db-password: Test!234
- db-name: financialdb
- wei-zhang: data/data-import/car/wei-zhang/
- house:
- import-data:
- czys: data/import-data/house/czys/
- wxys: data/import-data/house/wxys/
- pages:
- house:
- siteUrl: house-car/house/dist/index.html#/administrative/overview
|