aboutsummaryrefslogtreecommitdiffstats
path: root/ms/py-executor/configuration.ini
blob: 5688f39bde1b75e6b779c644e1e047a3791eec1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[scriptExecutor]
port=%(APP_PORT)s
authType=%(AUTH_TYPE)s
# For Token Auth
token=%(AUTH_TOKEN)s
# For TLS Auth
certChain=%(AUTH_CERT_CHAIN)s
privateKey=%(AUTH_PRIVATE_KEY)s
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