Skip to content

Commit

Permalink
Define omero.qa.feedback as new visible server property
Browse files Browse the repository at this point in the history
Similarly to omero.upgrades.url this allows connected clients to
consume the URL defined server-side and direct QA feedback accordingly
  • Loading branch information
sbesson committed Nov 23, 2022
1 parent 28fcfb3 commit eb3c248
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -68,6 +68,11 @@
<property name="mutable" value="false"/>
<property name="visibility" value="all"/>
</bean>
<bean class="ome.system.Preference" id="omero.qa.feedback">
<property name="db" value="false"/>
<property name="mutable" value="false"/>
<property name="visibility" value="all"/>
</bean>
<bean class="ome.system.Preference" id="omero.data.dir">
<property name="mutable" value="true"/>
</bean>
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/omero-common.properties
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ omero.security.trustStorePassword=
#############################################
omero.upgrades.url=http://upgrade.openmicroscopy.org.uk

#############################################
## QA configuration
#############################################
# Base URL to use when sending feedback (errors, comments)
omero.qa.feedback=http://qa.openmicroscopy.org.uk

#############################################
## cluster configuration
##
Expand Down

0 comments on commit eb3c248

Please sign in to comment.