Skip to content

Commit

Permalink
feat(cli): seeder file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nnorbert committed Jul 3, 2024
1 parent 4eb1eb5 commit 751f13f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/cli/src/commands/database/ogcio/ogcio-seeder.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"organization_roles": [
{
"id": "bb-public-servant",
"name": "Public Servant",
"description": "Building Blocks Public servant",
"specific_permissions": [
Expand All @@ -31,6 +32,7 @@
]
},
{
"id": "msg-public-servant",
"name": "Messaging Public Servant",
"description": "Messaging Public servant",
"specific_permissions": [
Expand All @@ -49,7 +51,8 @@
"redirect_uri": "<SEEDER_PAYMENTS_APP_REDIRECT_URI>",
"logout_redirect_uri": "<SEEDER_PAYMENTS_APP_LOGOUT_REDIRECT_URI>",
"secret": "<SEEDER_PAYMENTS_APP_SECRET>",
"id": "r5f56tpkytpqyyshiutd2"
"id": "r5f56tpkytpqyyshiutd2",
"is_third_party": false
},
{
"name": "Messaging Building Block",
Expand All @@ -58,7 +61,8 @@
"redirect_uri": "<SEEDER_MESSAGING_APP_REDIRECT_URI>",
"logout_redirect_uri": "<SEEDER_MESSAGING_APP_LOGOUT_REDIRECT_URI>",
"secret": "<SEEDER_MESSAGING_APP_SECRET>",
"id": "1lvmteh2ao3xrswyq7j3e"
"id": "1lvmteh2ao3xrswyq7j3e",
"is_third_party": false
}
],
"resources": [
Expand Down Expand Up @@ -92,6 +96,7 @@
],
"resource_roles": [
{
"id": "bb_citizen",
"name": "Citizen",
"description": "A citizen using Life Events and the Building Blocks ecosystem",
"permissions": [
Expand Down

0 comments on commit 751f13f

Please sign in to comment.