diff options
Diffstat (limited to 'ms/py-executor/configuration-local.ini')
-rw-r--r-- | ms/py-executor/configuration-local.ini | 13 |
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 |