Update options usage in store/api

This commit is contained in:
Asim Aslam
2019-10-23 22:31:36 +01:00
parent 3fc04f4dff
commit d65658c890
5 changed files with 57 additions and 36 deletions

View File

@@ -67,7 +67,7 @@ func Cache(c interface{}) Option {
func DefaultOptions() Options {
return Options{
AcceptToS: true,
CA: LetsEncryptProductionCA,
OnDemand: true,
CA: LetsEncryptProductionCA,
OnDemand: true,
}
}