chore: add demo profile and local api proxy
This commit is contained in:
23
backend/src/main/resources/application-demo.yml
Normal file
23
backend/src/main/resources/application-demo.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
Reference in New Issue
Block a user