summaryrefslogtreecommitdiffstats
path: root/ms/py-executor/configuration-local.ini
diff options
context:
space:
mode:
authorBrinda Santh <bs2796@att.com>2019-11-29 14:59:12 -0500
committerBrinda Santh <bs2796@att.com>2019-11-29 16:26:25 -0500
commit98831362ddb13e1888bedca4f4e03df8c4e7d9e4 (patch)
treeb15e5dba8e0677382b7596cb575637c116b1c660 /ms/py-executor/configuration-local.ini
parentebdd198e47b2da08a2aa470177a3baa4a2cf1c4c (diff)
Upgrade py executor ms GRPC version.
Regenerate TLS certs with config file. Issue-ID: CCSDK-1737 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I2b0982c4e230524ad1e58f150da2a05e4474a0fa
Diffstat (limited to 'ms/py-executor/configuration-local.ini')
-rw-r--r--ms/py-executor/configuration-local.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/ms/py-executor/configuration-local.ini b/ms/py-executor/configuration-local.ini
new file mode 100644
index 000000000..c98746afe
--- /dev/null
+++ b/ms/py-executor/configuration-local.ini
@@ -0,0 +1,13 @@
+[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