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:
parent
38941f58cf
commit
199b1fd6c3
2 changed files with 29 additions and 6 deletions
|
@ -18,6 +18,8 @@ const (
|
|||
DefaultBatchSize = 10
|
||||
DefaultDatabaseMaxConns = 20
|
||||
DefaultListenAddr = "127.0.0.1:8080"
|
||||
DefaultCertFile = ""
|
||||
DefaultKeyFile = ""
|
||||
)
|
||||
|
||||
// Config manages configuration parameters.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue