Skip to content

Commit 3e68acc

Browse files
committed
Clarify global workspace settings
1 parent 356961b commit 3e68acc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/server/administer/environment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ To ease the process of permission (user) management, you can set the following g
7575
Workspace settings.
7676
<ServerType type="CE" />
7777

78-
| Variable name | Type | Default | Description |
79-
|------------------------------|---------|-------------|---------------------------|
80-
| `GLOBAL_WORKSPACE` ⭐️ | string | `mergin` | Namespace (part of URL) for all projects. All projects belong to this single workspace with certain permissions (see below). |
81-
| `GLOBAL_STORAGE` ⭐️ | integer |`10737418240`| Storage limit <MainPlatformName /> can use to store projects (last version) in bytes (default is 10 GB). Should be reasonably large. |
78+
| Variable name | Type | Default | Description |
79+
|------------------------------|---------|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
80+
| `GLOBAL_WORKSPACE` ⭐️ | string | `mergin` | Common workspace name for all projects. All projects belong to this single workspace with certain permissions. Projects are then referenced with this name as part of URL, e.g. `/mergin/projectA`, `/mergin/projectB`. |
81+
| `GLOBAL_STORAGE` ⭐️ | integer |`10737418240`| Storage limit <MainPlatformName /> can use to store projects (last version) in bytes (default is 10 GB). Should be reasonably large. |
8282

8383
<ServerType type="EE" />
8484
| Variable name | Type | Default | Description |

0 commit comments

Comments
 (0)