feat: commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
server:
|
||||
port: 4399
|
||||
prefix: ""
|
||||
|
||||
# 数据库配置
|
||||
db:
|
||||
mysql:
|
||||
host: "localhost"
|
||||
port: 3306
|
||||
username: "root"
|
||||
password: "123456"
|
||||
database: "travel_app"
|
||||
synchronize: true
|
||||
|
||||
# Jwt配置
|
||||
jwt:
|
||||
secret: "travel_app"
|
||||
expiresIn: "2h"
|
||||
|
||||
# Oss配置
|
||||
oss:
|
||||
accessKeyId: "LTAI5tHfUhFjJ335EVo1vcWm"
|
||||
accessKeySecret: "0q5JF4862ai5pznfIZMTIjThVjzaqK"
|
||||
bucket: "polaris-frontend"
|
||||
dir: "yitu_image/"
|
||||
Reference in New Issue
Block a user