Add option to redirect to HTTPS links even if ssl isn't enabled

This commit is contained in:
Omar Roth 2018-07-21 21:28:10 -05:00
parent 30929a9574
commit e49dadbb65
2 changed files with 7 additions and 6 deletions

View file

@ -42,6 +42,7 @@ class Config
dbname: String,
),
dl_api_key: String?,
https_only: Bool?,
})
end