aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/resources/application-local.yml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-08-16 08:01:39 +0000
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-08-16 08:20:05 +0000
commit473792061d40a0027b57d65a97f3da06e4b8c7bd (patch)
tree0a22c16eb86f080e0ad7d19f6d8c2b045f37f54f /app/src/main/resources/application-local.yml
parentf4b789cd3d86eb96a1e012910a3e7111fd4fdfed (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/main/resources/application-local.yml')
-rw-r--r--app/src/main/resources/application-local.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/resources/application-local.yml b/app/src/main/resources/application-local.yml
index e90a13b..0cb6e6b 100644
--- a/app/src/main/resources/application-local.yml
+++ b/app/src/main/resources/application-local.yml
@@ -9,7 +9,7 @@ spring:
registration:
keycloak:
provider: keycloak
- client-id: portal-bff
+ client-id: bff
client-secret: pKOuVH1bwRZoNzp5P5t4GV8CqcCJYVtr
authorization-grant-type: client_credentials
resourceserver:
@@ -22,7 +22,7 @@ management:
exposure:
include: "*"
-portal-bff:
+bff:
realm: ONAP
portal-prefs-url: http://localhost:9001
portal-history-url: http://localhost:9002