mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 09:10:14 +00:00
feat(gateway): runtime_config_key in config
This commit is contained in:
parent
7ba16c1347
commit
bfa0071f90
2 changed files with 8 additions and 1 deletions
|
|
@ -116,6 +116,9 @@ pub struct PKConfig {
|
|||
#[serde(default = "_json_log_default")]
|
||||
pub(crate) json_log: bool,
|
||||
|
||||
#[serde(default)]
|
||||
pub runtime_config_key: Option<String>,
|
||||
|
||||
#[serde(default)]
|
||||
pub sentry_url: Option<String>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue