initial crm server

This commit is contained in:
zchengo
2022-11-28 16:38:30 +08:00
parent 61122aef6a
commit af7cd0c44c
36 changed files with 2615 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
# 启动端口号
server:
port: 8000
# MySQL数据库配置
mysql:
host: 127.0.0.1
port: 3306
username: root
password: 123456
dbname: crm
maxIdleConns: 10
maxOpenConns: 100
connMaxLifetime: 3600
# Redis数据库配置
redis:
host: 127.0.0.1
port: 6379
password:
database: 0
# JWT配置
jwt:
signingKey: z3d6k8v0n3w7m9sa1fd0u09h
# 邮件服务
mail:
smtp: smtp.qq.com
secret: zxbxswmaccpfdaes
sender: 1933757688@qq.com