24 lines
381 B
YAML
24 lines
381 B
YAML
spring:
|
|
autoconfigure:
|
|
exclude:
|
|
- org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
|
|
flyway:
|
|
enabled: false
|
|
|
|
server:
|
|
port: 18080
|
|
|
|
knife4j:
|
|
enable: true
|
|
|
|
sa-token:
|
|
token-name: Authorization
|
|
timeout: 2592000
|
|
|
|
linhelp:
|
|
storage:
|
|
endpoint: http://localhost:9000
|
|
access-key: linhelp
|
|
secret-key: linhelp123
|
|
bucket: linhelp
|