Skip to content
Snippets Groups Projects
Commit fe83d053 authored by sveseli's avatar sveseli
Browse files

updated DS service template config file for plugins; updated version number

parent f74fd9e5
No related branches found
No related tags found
No related merge requests found
......@@ -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)"
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment