diff options
author | 2023-08-16 08:01:39 +0000 | |
---|---|---|
committer | 2023-08-16 08:20:05 +0000 | |
commit | 473792061d40a0027b57d65a97f3da06e4b8c7bd (patch) | |
tree | 0a22c16eb86f080e0ad7d19f6d8c2b045f37f54f /app/src/test/resources/application.yml | |
parent | f4b789cd3d86eb96a1e012910a3e7111fd4fdfed (diff) |
Consistently use the bff name in the bff code base
- rename package name from org.onap.portal.bff to org.onap.portalng.bff
- replace all other occurences of portal-bff with bff
Other:
- remove Sonarqube plugin
Issue-ID: PORTALNG-40
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I50548630212e46a0ab84c88ff5fef743dafe9d38
Diffstat (limited to 'app/src/test/resources/application.yml')
-rw-r--r-- | app/src/test/resources/application.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/test/resources/application.yml b/app/src/test/resources/application.yml index f9a82d8..b26e5d4 100644 --- a/app/src/test/resources/application.yml +++ b/app/src/test/resources/application.yml @@ -26,7 +26,7 @@ spring: serialization: FAIL_ON_EMPTY_BEANS: false -portal-bff: +bff: realm: ONAP portal-prefs-url: http://localhost:${wiremock.server.port} portal-history-url: http://localhost:${wiremock.server.port} |