26 lines
469 B
YAML
26 lines
469 B
YAML
server:
|
|
port: 4399
|
|
prefix: ""
|
|
|
|
# 数据库配置
|
|
db:
|
|
mysql:
|
|
host: "rm-uf686x3ni1tiz68z088270.mysql.rds.aliyuncs.com"
|
|
port: 3306
|
|
username: "travel_app"
|
|
password: "travel_app123"
|
|
database: "travel_app"
|
|
synchronize: true
|
|
|
|
# Jwt配置
|
|
jwt:
|
|
secret: "travel_app"
|
|
expiresIn: "2h"
|
|
|
|
# Oss配置
|
|
oss:
|
|
accessKeyId: "LTAI5tHfUhFjJ335EVo1vcWm"
|
|
accessKeySecret: "0q5JF4862ai5pznfIZMTIjThVjzaqK"
|
|
bucket: "polaris-frontend"
|
|
dir: "yitu_image/"
|