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

cleanup of unneeded config code

parent 4a141fce
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ fileSystemEventTimeoutInSeconds=10 ...@@ -19,7 +19,7 @@ fileSystemEventTimeoutInSeconds=10
[FileProcessingManager] [FileProcessingManager]
nProcessingThreads=3 nProcessingThreads=3
fileProcessor1=dm.common.plugins.rsyncFileTransferPlugin.RsyncFileTransferPlugin(dest='/tmp/data') fileProcessor1=dm.common.plugins.rsyncFileTransferPlugin.RsyncFileTransferPlugin()
[DsRestApiFactory] [DsRestApiFactory]
username=DM_SYSTEM_USER username=DM_SYSTEM_USER
...@@ -28,11 +28,6 @@ host=DM_DS_WEB_SERVICE_HOST ...@@ -28,11 +28,6 @@ host=DM_DS_WEB_SERVICE_HOST
port=DM_DS_WEB_SERVICE_PORT port=DM_DS_WEB_SERVICE_PORT
protocol=DM_WEB_SERVICE_PROTOCOL protocol=DM_WEB_SERVICE_PROTOCOL
[DbManager]
dbSchema=DM_DB_NAME
dbUser=DM_DB_NAME
dbPasswordFile=DM_INSTALL_DIR/etc/DM_DB_NAME.db.passwd
# Available logger levels: debug, info, warn, error, critical # Available logger levels: debug, info, warn, error, critical
[ConsoleLogging] [ConsoleLogging]
handler=ConsoleLoggingHandler(sys.stdout,) handler=ConsoleLoggingHandler(sys.stdout,)
......
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