diff --git a/src/main/resources/config.properties b/src/main/resources/config.properties index e4c4b965..45095b9d 100644 --- a/src/main/resources/config.properties +++ b/src/main/resources/config.properties @@ -1,7 +1,7 @@ # You may specify under this property, a csv list of hosts for which this instance will drop temporary variant collections on startup (e.g. 127.0.0.1:27017,another.server.com:27018). # Temporary variant collections are often used once a search has been completed, for browsing/exporting results. They are normally dropped upon user interface unload, but some may remain if the web-browser is exited ungracefully or the application goes down while someone is using the search interface. # If this property does not exist then the instance will drop all found temp collections, if it exists but is empty, none will be dropped. -#dbServerCleanup=127.0.0.1:27017 +#dbServerCleanup=127.0.0.1:59393 # If Gigwa is being used as a multi-user data-portal you may specify via this property an email address for users to be able to contact your administrator, including for applying for account creation. @@ -29,7 +29,7 @@ forbidMongoDiskUse=false # Tells the system which MongoDB host to use when importing temporary databases. Only used when several hosts have been configured in applicationContext-data.xml. If unspecified, all connected hosts will be listed for import. If invalid, no temporary database import will not be possible. -tempDbHost=default +tempDbHost=defaultMongoHost # Defines the maximum allowed size (in megabytes) granted to anonymous users for data file upload.