add tls configurations for webapi
This commit is contained in:
parent
e0f0e08852
commit
78b8cfd365
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue