chore: update workspace setting store

This commit is contained in:
Steven
2024-04-13 02:08:35 +08:00
parent 17e8fc5408
commit 707e5caf89
18 changed files with 369 additions and 464 deletions

View File

@ -93,9 +93,9 @@ message WorkspaceStorageSetting {
StorageType storage_type = 1;
// The id of actived external storage.
optional int32 actived_external_storage_id = 2;
// The local storage path for STORAGE_TYPE_LOCAL.
// The template of local storage path.
// e.g. assets/{timestamp}_{filename}
string local_storage_path = 3;
string local_storage_path_template = 3;
// The max upload size in megabytes.
int64 upload_size_limit_mb = 4;