Instance URL as config var

This commit is contained in:
Neshura 2023-06-19 22:10:28 +02:00
parent 7a360527f2
commit 8c7ec97637
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
4 changed files with 11 additions and 10 deletions
src/config

View file

@ -59,6 +59,7 @@ pub(crate) struct RedditLogin {
// Config structs
pub_struct!(Config {
instance: String,
reddit_config: RedditConfig,
feeds: Vec<FeedSetting>,
});