update config file.

This commit is contained in:
Mr. Lan 2020-07-26 00:17:43 +08:00
parent ee97034ff8
commit 4620c91730
2 changed files with 15 additions and 7 deletions

View File

@ -17,6 +17,16 @@ settings:
password: 123456
port: 3306
username: ferry
email:
alias: ferry
host: smtp.163.com
pass: your password
port: 465
user: fdevops@163.com
gorm:
logmode: 0
maxidleconn: 0
maxopenconn: 20000
jwt:
secret: ferry
timeout: 3600
@ -26,9 +36,3 @@ settings:
ssl:
key: keystring
pem: temp/pem.pem
email:
alias: ferry
host: smtp.163.com
pass: your password
port: 465
user: your username

View File

@ -31,4 +31,8 @@ settings:
host: smtp.163.com
pass: your password
port: 465
user: your username
user: your username
gorm:
logmode: 0
maxidleconn: 0
maxopenconn: 20000