Instance URL as config var
This commit is contained in:
parent
7a360527f2
commit
8c7ec97637
4 changed files with 11 additions and 10 deletions
src/config
|
@ -59,6 +59,7 @@ pub(crate) struct RedditLogin {
|
|||
|
||||
// Config structs
|
||||
pub_struct!(Config {
|
||||
instance: String,
|
||||
reddit_config: RedditConfig,
|
||||
feeds: Vec<FeedSetting>,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue