Skip to content

Commit

Permalink
Merge pull request #38 from sbesson/qa_feedback
Browse files Browse the repository at this point in the history
Define omero.qa.feedback as new visible server property
  • Loading branch information
jburel authored Dec 6, 2022
2 parents 86ae5b3 + 8555246 commit 02ce566
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 02ce566

Please sign in to comment.