12345678910111213141516171819202122232425262728293031323334353637383940 |
- spring:
- redis:
-
-
-
- host: 127.0.0.1
- port: 6379
- password:
- database: 0
- ssl: false
-
-
-
-
- datasource:
- url: jdbc:postgresql://localhost:5432/postgres?currentSchema=jdrh
- username: postgres
- password: admin
- social:
- enabled: true
- domain: http://127.0.0.1:1888
- blade:
-
- lock:
-
- enabled: false
-
-
- address: redis://127.0.0.1:6379
- password: 123456
-
- file:
- remote-mode: true
- upload-domain: http://localhost:8999
- remote-path: /usr/share/nginx/html
|