Config

Type Alias Config 

Source
pub type Config = Response200;

Aliased Type§

pub struct Config {
Show 17 fields pub debug: bool, pub app_name: CompactString, pub uuid: Uuid, pub token_id: CompactString, pub token: CompactString, pub api: Response200Api, pub system: Response200System, pub docker: Response200Docker, pub throttles: Response200Throttles, pub remote: CompactString, pub remote_headers: IndexMap<CompactString, CompactString>, pub remote_query: Response200RemoteQuery, pub allowed_mounts: Vec<CompactString>, pub allowed_origins: Vec<CompactString>, pub allow_cors_private_network: bool, pub ignore_panel_config_updates: bool, pub ignore_panel_wings_upgrades: bool,
}

Fields§

§debug: bool§app_name: CompactString§uuid: Uuid§token_id: CompactString§token: CompactString§api: Response200Api§system: Response200System§docker: Response200Docker§throttles: Response200Throttles§remote: CompactString§remote_headers: IndexMap<CompactString, CompactString>§remote_query: Response200RemoteQuery§allowed_mounts: Vec<CompactString>§allowed_origins: Vec<CompactString>§allow_cors_private_network: bool§ignore_panel_config_updates: bool§ignore_panel_wings_upgrades: bool