Fix: Run both sonar and clm scans in parallel
[ccsdk/cds.git] / ms / configuration.ini
1 [scriptExecutor]
2 port=%(APP_PORT)s
3 authType=%(AUTH_TYPE)s
4 # For Token Auth
5 token=%(AUTH_TOKEN)s
6 # For TLS Auth
7 certChain=/opt/app/onap/python/certs/py-executor/py-executor-chain.pem
8 privateKey=/opt/app/onap/python/certs/py-executor/py-executor-key.pem
9 logFile=%(LOG_FILE)s
10 maxWorkers=20
11
12 [blueprintsprocessor]
13 #blueprintDeployPath=test/resources
14 blueprintDeployPath=/opt/app/onap/blueprints/deploy
15 blueprintArchivePath=/opt/app/onap/blueprints/archive
16 blueprintWorkingPath=/opt/app/onap/blueprints/work
17
18 [artifactManagerServer]
19 port=%(ARTIFACT_MANAGER_PORT)s
20 logFile=%(ARTIFACT_MANAGER_SERVER_LOG_FILE)s
21 maxWorkers=20
22 debug=false
23 logConfig=logging.yaml
24 fileRepositoryBasePath=/tmp/