···2929 .meta;
30303131 let config_name = ConfigName::from_meta(config_name_meta)?.name.value();
3232- let key_root = format!("/discord_configs/{config_name}/v1/");
3232+ let key_root = format!("/osprey_configs/{config_name}/v1/");
3333 // Inside Disconfig struct, there should be one and only one ArcSwap field.
3434 let fields = self.fields();
3535 let mut arc_swap_field_count = 0;