1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Add the possibility to use TLS

This commit is contained in:
Frédéric Guillot 2017-11-22 11:16:48 -08:00
parent 38941f58cf
commit 199b1fd6c3
2 changed files with 29 additions and 6 deletions

View file

@ -18,6 +18,8 @@ const (
DefaultBatchSize = 10
DefaultDatabaseMaxConns = 20
DefaultListenAddr = "127.0.0.1:8080"
DefaultCertFile = ""
DefaultKeyFile = ""
)
// Config manages configuration parameters.