Move 'domain' into config.yml

pull/307/head
Omar Roth 2019-01-20 22:18:56 -06:00
rodzic 95bde7bb8a
commit 5cb57fb176
2 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

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

Wyświetl plik

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