初始化提交
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
port: 8198 # 启动端口
|
||||
|
||||
env: dev # 环境配置
|
||||
|
||||
# [数据库配置]
|
||||
mysql:
|
||||
host: '42.193.16.243'
|
||||
username: root
|
||||
password: 'gdxz123456^%$d'
|
||||
port: 30001
|
||||
db-name: internet_hospital
|
||||
max-idle-cons: 5
|
||||
max-open-cons: 20
|
||||
debug: true
|
||||
|
||||
log:
|
||||
file-path: "./log/"
|
||||
file-name: "hospital-admin-api.log"
|
||||
|
||||
# [redis]
|
||||
redis:
|
||||
host: '121.5.206.61'
|
||||
port: 6379
|
||||
password: Wucongxing1..
|
||||
pool-size: 100
|
||||
|
||||
# [jwt]
|
||||
jwt:
|
||||
sign-key: 123456 # 私钥
|
||||
ttl : 48 # 过期时间 小时
|
||||
algo : HS256 # 加密方式
|
||||
|
||||
Reference in New Issue
Block a user