summaryrefslogtreecommitdiffstats
path: root/ms/py-executor/configuration.ini
blob: 612c62899a08e751d71e5b27609b0db763939eef (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=/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