Move 'domain' into config.yml

This commit is contained in:
Omar Roth
2019-01-20 22:18:56 -06:00
parent 95bde7bb8a
commit 5cb57fb176
2 changed files with 2 additions and 4 deletions

View File

@ -15,10 +15,7 @@ class Config
https_only: Bool?,
hmac_key: String?,
full_refresh: Bool,
domain: {
type: String?,
default: "invidio.us",
},
domain: String,
})
end