Add Artifact Manager service.
[ccsdk/cds.git] / ms / configuration-local.ini
diff --git a/ms/configuration-local.ini b/ms/configuration-local.ini
new file mode 100644 (file)
index 0000000..431ef4c
--- /dev/null
@@ -0,0 +1,21 @@
+[scriptExecutor]
+port=50052
+authType=tls-auth
+# For TLS Auth
+certChain=certs/py-executor/py-executor-chain.pem
+privateKey=certs/py-executor/py-executor-key.pem
+logFile=application.log
+maxWorkers=20
+
+[blueprintsprocessor]
+blueprintDeployPath=test/resources
+blueprintArchivePath=target/blueprints/archive
+blueprintWorkingPath=target/blueprints/work
+
+[artifactManagerServer]
+port=50052
+logFile=server.log
+maxWorkers=20
+debug=true
+logConfig=logging.yaml
+fileRepositoryBasePath=/tmp/
\ No newline at end of file