初始化提交

This commit is contained in:
2023-06-08 09:32:22 +08:00
parent b748b7e847
commit 531962b50f
54 changed files with 2222 additions and 0 deletions
+32
View File
@@ -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 # 加密方式