diff options
author | Brinda Santh Muthuramalingam <brindasanth@in.ibm.com> | 2020-01-31 14:32:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-31 14:32:13 +0000 |
commit | ac4118dcf7fe93455eae31427d08cee9dc30db4a (patch) | |
tree | b22291aebd9b56d77f2588a531ab093648ef4d10 /ms/configuration.ini | |
parent | 23f898a96f7e8b3ecb0817abc61612bdc3d2e9aa (diff) | |
parent | be4c46420944531765ecc8bae7305086d71a36d0 (diff) |
Merge "Add Artifact Manager service."
Diffstat (limited to 'ms/configuration.ini')
-rw-r--r-- | ms/configuration.ini | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ms/configuration.ini b/ms/configuration.ini new file mode 100644 index 000000000..a5c16c790 --- /dev/null +++ b/ms/configuration.ini @@ -0,0 +1,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/
\ No newline at end of file |