Merge "Use released version 1.5.1 of CCSDK parent poms"
[ccsdk/cds.git] / ms / py-executor / configuration-local.ini
1 [scriptExecutor]
2 port=50052
3 authType=tls-auth
4 # For TLS Auth
5 certChain=certs/py-executor/py-executor-chain.pem
6 privateKey=certs/py-executor/py-executor-key.pem
7 logFile=application.log
8 maxWorkers=20
9
10 [blueprintsprocessor]
11 blueprintDeployPath=test/resources
12 blueprintArchivePath=target/blueprints/archive
13 blueprintWorkingPath=target/blueprints/work