You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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. |
|`GLOBAL_WORKSPACE` ⭐️ | string |`mergin`| Namespace (part of URL) for all projects. All projects belong to this single workspace with certain permissions (see below). |
72
-
|`GLOBAL_STORAGE` ⭐️ | integer |`10737418240`| Storage limit <MainPlatformName /> can use to store projects (last version) in bytes (default is 10 GB). Should be reasonably large. |
73
97
|`LOCAL_PROJECTS`| string |`./projects`| Directory to store projects on a container. Please refer to volume mapping in docker-compose file. |
74
98
|`TEMP_DIR`| string | Result of `gettempdir()` call | Trash directory for temp files being cleaned regularly. Please refer to volume mapping in docker-compose file. |
75
99
|`MAINTENANCE_FILE`| string |`/data/MAINTENANCE`| File to indicate server is in maintenance - read only mode. Please refer to volume mapping in docker-compose file. |
0 commit comments