Add bi-directional GRPC python executor.
Python based bidirectional communication script executor microservice.
Issue-ID: CCSDK-1747
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: If2e8f862ca4cb97d10714df2ab1cccccef2d576a
diff --git a/ms/py-executor/configuration.ini b/ms/py-executor/configuration.ini
new file mode 100644
index 0000000..8c36dd0
--- /dev/null
+++ b/ms/py-executor/configuration.ini
@@ -0,0 +1,11 @@
+[scriptExecutor]
+port=%(APP_PORT)s
+auth=%(BASIC_AUTH)s
+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