mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
refactor(config): remove two unused constants
This commit is contained in:
parent
7a394b0bf8
commit
052e8dd0aa
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ const (
|
||||||
defaultHSTS = true
|
defaultHSTS = true
|
||||||
defaultHTTPService = true
|
defaultHTTPService = true
|
||||||
defaultSchedulerService = true
|
defaultSchedulerService = true
|
||||||
defaultDebug = false
|
|
||||||
defaultTiming = false
|
|
||||||
defaultBaseURL = "http://localhost"
|
defaultBaseURL = "http://localhost"
|
||||||
defaultRootURL = "http://localhost"
|
defaultRootURL = "http://localhost"
|
||||||
defaultBasePath = ""
|
defaultBasePath = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue