summaryrefslogtreecommitdiffstats
path: root/ms/configuration-local.ini
blob: 431ef4c7875e341e04446c3e80d67857764a29e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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

[artifactManagerServer]
port=50052
logFile=server.log
maxWorkers=20
debug=true
logConfig=logging.yaml
fileRepositoryBasePath=/tmp/