Move 'domain' into config.yml

pull/307/head
Omar Roth 6 years ago
parent 95bde7bb8a
commit 5cb57fb176

@ -10,3 +10,4 @@ db:
dbname: invidious dbname: invidious
full_refresh: false full_refresh: false
https_only: false https_only: false
domain: invidio.us

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

Loading…
Cancel
Save