Skip to content

Commit

Permalink
Update auth.config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzie authored Feb 1, 2024
1 parent 2a04a34 commit 670e8ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Example/auth.config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"ApiKeys": [
{
"ApiKey": "wawdjawduiJW@IJEDid2ji@JDIjmidaidjmi",
"ApiKey": "ApiKeyWithReadAndWriteRoles",
"Roles": [ "read", "write" ]
},
{
"ApiKey": "aawdwa22",
"ApiKey": "ApiKeyWithReadRole",
"Roles": [ "read" ]
}
],
Expand All @@ -21,4 +21,4 @@
"Roles": [ "read" ]
}
]
}
}

0 comments on commit 670e8ab

Please sign in to comment.