diff options
author | Brinda Santh Muthuramalingam <brindasanth@in.ibm.com> | 2020-03-19 12:51:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-19 12:51:30 +0000 |
commit | fa12b4f311e77612e4e856b209a8c81c71f0b29d (patch) | |
tree | 0811c8b874e97a60213ab18d208b779a146f0ca3 /ms/blueprintsprocessor/application/src/main/resources/application.properties | |
parent | 114c5c16fe51231af038f30ed7ffaee2b22a3431 (diff) | |
parent | 8865ccde1a486e203a3812813f5350ddb726265f (diff) |
Merge "Fix GroupId and package name in Error Catalog"
Diffstat (limited to 'ms/blueprintsprocessor/application/src/main/resources/application.properties')
-rwxr-xr-x | ms/blueprintsprocessor/application/src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/application/src/main/resources/application.properties b/ms/blueprintsprocessor/application/src/main/resources/application.properties index eb15c5a7e..74549b0ae 100755 --- a/ms/blueprintsprocessor/application/src/main/resources/application.properties +++ b/ms/blueprintsprocessor/application/src/main/resources/application.properties @@ -63,7 +63,7 @@ security.user.name: ccsdkapps # Error Managements error.catalog.applicationId=cds error.catalog.type=properties -error.catalog.errorDefinitionDir=/opt/app/onap/config +error.catalog.errorDefinitionDir=/opt/app/onap/config/ # Used in Health Check #endpoints.user.name=ccsdkapps |