aboutsummaryrefslogtreecommitdiffstats
path: root/ms/configuration.ini
blob: a5c16c790e5bb79c933d78a62a8e2812e65b4fdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[scriptExecutor]
port=%(APP_PORT)s
authType=%(AUTH_TYPE)s
# For Token Auth
token=%(AUTH_TOKEN)s
# For TLS Auth
certChain=/opt/app/onap/python/certs/py-executor/py-executor-chain.pem
privateKey=/opt/app/onap/python/certs/py-executor/py-executor-key.pem
logFile=%(LOG_FILE)s
maxWorkers=20

[blueprintsprocessor]
#blueprintDeployPath=test/resources
blueprintDeployPath=/opt/app/onap/blueprints/deploy
blueprintArchivePath=/opt/app/onap/blueprints/archive
blueprintWorkingPath=/opt/app/onap/blueprints/work

[artifactManagerServer]
port=%(ARTIFACT_MANAGER_PORT)s
logFile=%(ARTIFACT_MANAGER_SERVER_LOG_FILE)s
maxWorkers=20
debug=false
logConfig=logging.yaml
fileRepositoryBasePath=/tmp/