Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Adds configuration settings to test workspace.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Aug 30, 2023
1 parent 54ed15e commit b50e26f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/test/dsl/test.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -327,4 +327,13 @@ workspace "Name" "Description" {
}
}

configuration {
users {
[email protected] read
[email protected] write
}

visibility public
}

}

0 comments on commit b50e26f

Please sign in to comment.