Skip to content

Commit

Permalink
Merge pull request #37 from chris-allan/nodedescriptors
Browse files Browse the repository at this point in the history
Allow `omero.server.nodedescriptors` to be queried from a client
  • Loading branch information
jburel authored Dec 6, 2022
2 parents b438492 + 2a6f81a commit 86ae5b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/ome/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
<property name="mutable" value="false"/>
<property name="visibility" value="all"/>
</bean>
<bean class="ome.system.Preference" id="omero.server.nodedescriptors">
<property name="db" value="false"/>
<property name="mutable" value="false"/>
<property name="visibility" value="all"/>
</bean>
<!-- DATABASE PROPERTIES -->
<bean class="ome.system.Preference" id="omero.db.authority">
<property name="db" value="true"/>
Expand Down

0 comments on commit 86ae5b3

Please sign in to comment.