- server.port=12130
- logging.level.com.nokia=debug
- spring.datasource.driver-class-name=org.postgresql.Driver
- spring.datasource.url=jdbc:postgresql://192.168.50.3:15432/finance
- spring.datasource.username=postgres
- spring.datasource.password=NFQCgBA6YhNvgAqG6THw
- # minio配置
- minio.endpoint=http://192.168.10.7:19000/
- minio.bucket=house-car
- minio.accessKey=house-car
- minio.secretKey=EGqIq7zKZwfasMQ5eLIoLId631vmLaal
- minio.expiry=15
- # 一房产一局址页面url
- pages.house.siteUrl=house-car/house/dist/index.html#/administrative/overview
|