Skip to content

Commit

Permalink
Create roles.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexFilichkin authored May 9, 2024
0 parents commit 3aef4af
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions roles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"roles": [
{
"role": "admin",
"users": [
"user1",
"user2",
"user3"
]
},
{
"role": "publisher",
"users": [
"user2",
"user3",
"user4"
]
},
{
"role": "advertiser",
"users": [
"user3",
"user4",
"user5"
]
}
]
}

0 comments on commit 3aef4af

Please sign in to comment.