diff options
Diffstat (limited to 'ms/py-executor/configuration-local.ini')
-rw-r--r-- | ms/py-executor/configuration-local.ini | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ms/py-executor/configuration-local.ini b/ms/py-executor/configuration-local.ini deleted file mode 100644 index c98746afe..000000000 --- a/ms/py-executor/configuration-local.ini +++ /dev/null @@ -1,13 +0,0 @@ -[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 |