add tls configurations for webapi

This commit is contained in:
Ulric Qin 2022-04-22 22:14:59 +08:00
parent e0f0e08852
commit 78b8cfd365
1 changed files with 4 additions and 3 deletions

View File

@ -138,10 +138,11 @@ Email = "email"
[Redis]
# address, ip:port
Address = "127.0.0.1:6379"
# requirepass
Password = ""
# # db
# Username = ""
# Password = ""
# DB = 0
# UseTLS = false
# MinVersion = "1.2"
[Gorm]
# enable debug mode or not