51 lines
923 B
YAML
51 lines
923 B
YAML
server:
|
|
host: 127.0.0.1
|
|
port: 8848
|
|
|
|
sdk:
|
|
port: 8888
|
|
|
|
spring:
|
|
main:
|
|
banner-mode: off
|
|
allow-bean-definition-overriding: true
|
|
datasource:
|
|
active: sqlite
|
|
mysql:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://192.168.110.65:6975/yjearth?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
username: yjearth
|
|
password: kNGxrsSSYMexZ2t4
|
|
servlet:
|
|
multipart:
|
|
max-file-size: 1024MB
|
|
max-request-size: 10240MB
|
|
|
|
sa-token:
|
|
token-name: Authorization
|
|
timeout: 21600
|
|
active-timeout: 3600
|
|
is-concurrent: true
|
|
is-share: true
|
|
token-style: random-64
|
|
is-print: false
|
|
|
|
mybatis-plus:
|
|
global-config:
|
|
banner: false
|
|
|
|
encrypt:
|
|
aes:
|
|
key: "ah62ks8dj7dh3yd6"
|
|
|
|
file:
|
|
upload:
|
|
path: upload
|
|
|
|
graphhopper:
|
|
graphLocation: ./target/graphhopper
|
|
profiles:
|
|
- car
|
|
- bike
|
|
- foot
|