Skip to content

Commit 4aaa683

Browse files
authored
Merge pull request #536 from MerginMaps/update_inv_expiration
Update invitation expiration default value to 14 days
2 parents cbd75f7 + 65e422d commit 4aaa683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/administer/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Workspace settings.
8888
| Variable name | Type | Default | Description |
8989
|------------------------------|---------|-------------|---------------------------|
9090
| `WORKSPACE_STORAGE_SIZE` ⭐️ | integer |`524288000`| Storage limit workspace can use to store projects (last version) in bytes (default is 500 MB). |
91-
| `WORKSPACE_INVITATION_EXPIRATION` | integer |`7`| Expiration limit for pending invitation in days. |
91+
| `WORKSPACE_INVITATION_EXPIRATION` | integer |`14`| Expiration limit for pending invitation in days. |
9292
| `PROJECT_TRANSFER_EXPIRATION` | integer |`7`| Expiration limit for pending project transfer in days. |
9393
| `WORKSPACE_EXPIRATION` | integer |`7`| Expiration time in days for deleted workspaces before removed completely. |
9494
| `USER_WORKSPACES_ALLOWED` | Boolean |`true`| Allow users to create their own workspaces else it is available for superuser only |

0 commit comments

Comments
 (0)