mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-06-11 10:53:19 +02:00
Make spacename/instanceurl required and enable card interface
This commit is contained in:
committed by
Kai Jan Kriegel
parent
bed59f4aaa
commit
36c81cfc23
@ -107,11 +107,9 @@ pub struct Config {
|
||||
#[serde(default, skip)]
|
||||
pub logging: LogConfig,
|
||||
|
||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||
pub spacename: Option<String>,
|
||||
pub spacename: String,
|
||||
|
||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||
pub instanceurl: Option<String>,
|
||||
pub instanceurl: String,
|
||||
}
|
||||
|
||||
impl Config {
|
||||
|
Reference in New Issue
Block a user