Skip to content

Commit

Permalink
Add Config Values to modify the read only property for governance and…
Browse files Browse the repository at this point in the history
… config registry.
  • Loading branch information
RusJaI committed Aug 5, 2024
1 parent 4a4af38 commit 24c5dbf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<id>gov</id>
<cacheId>{{governance_data.cache_id}}</cacheId>
<dbConfig>govregistry</dbConfig>
<readOnly>false</readOnly>
<readOnly>{{!governance_data.overwrite}}</readOnly>
<enableCache>{{governance_data.enable_cache}}</enableCache>
<registryRoot>/</registryRoot>
</remoteInstance>
Expand All @@ -53,7 +53,7 @@
<id>conf</id>
<cacheId>{{config_data.cache_id}}</cacheId>
<dbConfig>configregistry</dbConfig>
<readOnly>false</readOnly>
<readOnly>{{!config_data.overwrite}}</readOnly>
<enableCache>{{config_data.enable_cache}}</enableCache>
<registryRoot>/</registryRoot>
</remoteInstance>
Expand Down

0 comments on commit 24c5dbf

Please sign in to comment.