chore: bump up yrs to 0.17.1 (#4078)

* chore: bump yrs

* chore: update rev
This commit is contained in:
Nathan.fooo
2023-12-04 14:20:07 -08:00
committed by GitHub
parent d4cef2e866
commit 0d776a9294
11 changed files with 195 additions and 227 deletions

View File

@ -229,8 +229,8 @@ Future<AppFlowyCloudConfiguration> configurationFromUri(
} else {
return AppFlowyCloudConfiguration(
base_url: baseUrl,
ws_base_url: await _getAppFlowyCloudWSUrl(Env.afCloudUrl),
gotrue_url: await _getAppFlowyCloudGotrueUrl(Env.afCloudUrl),
ws_base_url: await _getAppFlowyCloudWSUrl(baseUrl),
gotrue_url: await _getAppFlowyCloudGotrueUrl(baseUrl),
);
}
}