Skip to content

Commit

Permalink
chore: adjust readme
Browse files Browse the repository at this point in the history
Refs: #1172
  • Loading branch information
Phil91 committed Nov 25, 2024
1 parent 7edcf22 commit 210bfb3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/keycloak/Keycloak.Seeding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ with this the general logic to create, update, delete entries can either be enab

## Type Specific Configuration

To be able to enable or disable the functionality for specific types the Entities array in the seeder configuration can be used.
To be able to enable or disable the functionality for specific types the SeederConfigurations array in the seeder configuration can be used.

**Example**:

Expand Down Expand Up @@ -73,7 +73,7 @@ To be able to enable or disable the seeding for specific values the configuratio
"Create": true,
"Update": false,
"Delete": true,
"Entities": [
"SeederConfigurations": [
{
"Key": "profile.attributes.organisation",
"Create": true,
Expand Down Expand Up @@ -103,19 +103,19 @@ For some entities there is a specific entry type configuration in place. E.g. Fe
"Create": true,
"Update": false,
"Delete": false,
"Entities": [
"SeederConfigurations": [
{
"Key": "e69c1397-eee8-434a-b83b-dc7944bb9bdd",
"Create": true,
"Update": true,
"Delete": false,
"Entities": [
"SeederConfigurations": [
{
"Key": "FederatedIdentities",
"Create": false,
"Update": false,
"Delete": false,
"Entities": [
"SeederConfigurations": [
{
"Key": "CX-Operator",
"Create": true,
Expand Down

0 comments on commit 210bfb3

Please sign in to comment.