-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #229 from sukunis/mde_integration_status
MDE enabled in the standard configuration of importer
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -167,9 +167,9 @@ | |
<entry name="/services/DEBUGGER/postTimeout" type="integer">2000</entry> | ||
<entry name="/services/DEBUGGER/emailAddress">[email protected]</entry> | ||
<!-- mde on/off --> | ||
<entry name="omero.client.import.mde.enabled" type="boolean">false</entry> | ||
<entry name="omero.client.import.mde.enabled" type="boolean">true</entry> | ||
<!-- mde config file location (. for in config dir; omero for local user omero dir) --> | ||
<entry name="omero.client.import.mde.path">.</entry> | ||
<entry name="omero.client.import.mde.path">omero</entry> | ||
<!-- escape ice special characters, see https://doc.zeroc.com/ice/3.6/properties-and-configuration/configuration-file-syntax --> | ||
<entry name="omero.client.login_escape_characters">#=\s\\</entry> | ||
</services> | ||
|