Brinda Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 1 | [scriptExecutor] |
| 2 | port=%(APP_PORT)s |
Brinda Santh | a5ceb24 | 2019-10-22 20:47:12 -0400 | [diff] [blame] | 3 | authType=%(AUTH_TYPE)s |
| 4 | # For Token Auth |
| 5 | token=%(AUTH_TOKEN)s |
| 6 | # For TLS Auth |
Brinda Santh | 2783ded | 2019-11-19 15:07:32 -0500 | [diff] [blame] | 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 |
Brinda Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 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 |
Marek Szwalkiewicz | be4c464 | 2020-01-30 13:49:18 +0000 | [diff] [blame] | 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/ |