mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 08:34:13 +02:00
add support for separate notify_push redis instance
This commit is contained in:
parent
e440d9fb2e
commit
d69ac5e8f2
4 changed files with 20 additions and 9 deletions
|
|
@ -11,10 +11,12 @@ use thiserror::Error;
|
|||
pub use nc::{parse, parse_glob};
|
||||
|
||||
#[derive(Debug)]
|
||||
#[non_exhaustive]
|
||||
pub struct Config {
|
||||
pub database: Database,
|
||||
pub database_prefix: String,
|
||||
pub redis: RedisConfig,
|
||||
pub notify_push_redis: Option<RedisConfig>,
|
||||
pub nextcloud_url: String,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue