Skip to content

Commit

Permalink
fix syntax error in json sample
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 26, 2024
1 parent cd756c6 commit fdcf392
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/site/markdown/osgi-config-combined-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,16 @@ From this combined JSON file, CONGA generates individually `.cfg.json` files as
"prop3": true
}
},

"configurations:dev": {
"my.pid2": {
"prop1": "value-for-dev"
}
},

"configurations:publish,prod": {
"my.pid2": {
"prop1": "value-for-publish-prod"
}
}

},
"repoinit": [
"create path /repoinit/test1",
"create path /repoinit/test2"
Expand Down

0 comments on commit fdcf392

Please sign in to comment.