chore: add instance url to profile

This commit is contained in:
Steven
2024-08-13 22:16:43 +08:00
parent 9a27fdf855
commit c3f381c8c5
6 changed files with 59 additions and 42 deletions

View File

@@ -25,6 +25,8 @@ message WorkspaceProfile {
bool public = 4;
// password_auth is a flag whether the instance allows password authentication.
bool password_auth = 5;
// instance_url is the URL of the instance.
string instance_url = 6;
}
message GetWorkspaceProfileRequest {}