mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: Stream collab objects (#4361)
* feat: stream collab object * chore: disable snapshot
This commit is contained in:
@ -28,15 +28,8 @@ impl AppFlowyDartConfiguration {
|
||||
|
||||
pub fn write_env(&self) {
|
||||
self.authenticator_type.write_env();
|
||||
match self.authenticator_type {
|
||||
AuthenticatorType::AppFlowyCloud => {
|
||||
self.appflowy_cloud_config.write_env();
|
||||
},
|
||||
AuthenticatorType::Supabase => {
|
||||
self.supabase_config.write_env();
|
||||
},
|
||||
_ => {},
|
||||
}
|
||||
self.appflowy_cloud_config.write_env();
|
||||
self.supabase_config.write_env();
|
||||
|
||||
for (k, v) in self.envs.iter() {
|
||||
std::env::set_var(k, v);
|
||||
|
Reference in New Issue
Block a user