blob: a5c16c790e5bb79c933d78a62a8e2812e65b4fdf [file] [log] [blame]
Brinda Santh807fbaa2019-09-23 10:10:58 -04001[scriptExecutor]
2port=%(APP_PORT)s
Brinda Santha5ceb242019-10-22 20:47:12 -04003authType=%(AUTH_TYPE)s
4# For Token Auth
5token=%(AUTH_TOKEN)s
6# For TLS Auth
Brinda Santh2783ded2019-11-19 15:07:32 -05007certChain=/opt/app/onap/python/certs/py-executor/py-executor-chain.pem
8privateKey=/opt/app/onap/python/certs/py-executor/py-executor-key.pem
Brinda Santh807fbaa2019-09-23 10:10:58 -04009logFile=%(LOG_FILE)s
10maxWorkers=20
11
12[blueprintsprocessor]
13#blueprintDeployPath=test/resources
14blueprintDeployPath=/opt/app/onap/blueprints/deploy
15blueprintArchivePath=/opt/app/onap/blueprints/archive
16blueprintWorkingPath=/opt/app/onap/blueprints/work
Marek Szwalkiewiczbe4c4642020-01-30 13:49:18 +000017
18[artifactManagerServer]
19port=%(ARTIFACT_MANAGER_PORT)s
20logFile=%(ARTIFACT_MANAGER_SERVER_LOG_FILE)s
21maxWorkers=20
22debug=false
23logConfig=logging.yaml
24fileRepositoryBasePath=/tmp/