From fe83d0535fb46b71c74f5641d902eac03da95789 Mon Sep 17 00:00:00 2001 From: Sinisa Veseli <sveseli@aps.anl.gov> Date: Tue, 7 Jul 2015 20:42:19 +0000 Subject: [PATCH] updated DS service template config file for plugins; updated version number --- etc/dm.deploy.conf | 2 +- etc/ds-web-service.conf.template | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/etc/dm.deploy.conf b/etc/dm.deploy.conf index 2af3fcf3..684a7835 100644 --- a/etc/dm.deploy.conf +++ b/etc/dm.deploy.conf @@ -15,5 +15,5 @@ DM_DAQ_WEB_SERVICE_HOST=DM_HOSTNAME DM_DAQ_WEB_SERVICE_PORT=33336 DM_CAT_WEB_SERVICE_HOST=DM_HOSTNAME DM_CAT_WEB_SERVICE_PORT=44436 -DM_SOFTWARE_VERSION="0.2 (DM_DATE)" +DM_SOFTWARE_VERSION="0.3 (DM_DATE)" diff --git a/etc/ds-web-service.conf.template b/etc/ds-web-service.conf.template index 1463758b..e6ce9e0c 100644 --- a/etc/ds-web-service.conf.template +++ b/etc/ds-web-service.conf.template @@ -21,11 +21,18 @@ dbSchema=DM_DB_NAME dbUser=DM_DB_NAME dbPasswordFile=DM_INSTALL_DIR/etc/DM_DB_NAME.db.passwd +[MongoDbManager] +mongoDbName=dm +mongoDbUri=mongodb://localhost:27017 +mongoDbUser=dm +mongoDbPasswordFile=DM_INSTALL_DIR/etc/DM_DB_NAME.db.passwd + [FileProcessingManager] numberOfProcessingThreads=3 defaultNumberOfRetries=3 defaultRetryWaitPeriodInSeconds=60 -#fileProcessor1= +#fileProcessor1=dm.ds_web_service.service.impl.mongoDbFileCatalogPlugin.MongoDbFileCatalogPlugin() +#fileProcessor2=dm.ds_web_service.service.impl.sddsParameterProcessingPlugin.SddsParameterProcessingPlugin() # Available logger levels: debug, info, warn, error, critical [ConsoleLogging] -- GitLab