summaryrefslogtreecommitdiffstats
path: root/ms/configuration.ini
diff options
context:
space:
mode:
Diffstat (limited to 'ms/configuration.ini')
-rw-r--r--ms/configuration.ini24
1 files changed, 24 insertions, 0 deletions
diff --git a/ms/configuration.ini b/ms/configuration.ini
new file mode 100644
index 000000000..a5c16c790
--- /dev/null
+++ b/ms/configuration.ini
@@ -0,0 +1,24 @@
+[scriptExecutor]
+port=%(APP_PORT)s
+authType=%(AUTH_TYPE)s
+# For Token Auth
+token=%(AUTH_TOKEN)s
+# For TLS Auth
+certChain=/opt/app/onap/python/certs/py-executor/py-executor-chain.pem
+privateKey=/opt/app/onap/python/certs/py-executor/py-executor-key.pem
+logFile=%(LOG_FILE)s
+maxWorkers=20
+
+[blueprintsprocessor]
+#blueprintDeployPath=test/resources
+blueprintDeployPath=/opt/app/onap/blueprints/deploy
+blueprintArchivePath=/opt/app/onap/blueprints/archive
+blueprintWorkingPath=/opt/app/onap/blueprints/work
+
+[artifactManagerServer]
+port=%(ARTIFACT_MANAGER_PORT)s
+logFile=%(ARTIFACT_MANAGER_SERVER_LOG_FILE)s
+maxWorkers=20
+debug=false
+logConfig=logging.yaml
+fileRepositoryBasePath=/tmp/ \ No newline at end of file