Add option to set HMAC key

This commit is contained in:
Omar Roth 2018-07-21 22:35:28 -05:00
parent e49dadbb65
commit 87d520bb02
2 changed files with 2 additions and 1 deletions

View file

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