Initial data configuration
This document provides guidelines for configuring predefined teams in the Team Edition, including their IDs, names, and descriptions. The configuration is applied during the first server initialization. If you need to add new teams later, create them through the UI.
Tip
By default, the file is located in the cloudbeaver-dc container at {WORKSPACE}/conf/initial-data.conf (see Workspace location for details).
For more details on configuration, see the Team Edition server configuration.
Example configuration¶
{
teams: [
{
subjectId: "all_users",
teamName: "All users",
description: "Default team for all users."
}
]
}
Configuration properties¶
| Name | Description |
|---|---|
subjectId |
ID for the team. |
teamName |
Name for the team. |
description |
Team description. |