diff options
author | Kotta, Shireesha (sk434m) <shireesha.kotta@att.com> | 2018-10-09 11:28:41 -0400 |
---|---|---|
committer | Kotta, Shireesha (sk434m) <shireesha.kotta@att.com> | 2018-10-09 16:55:17 -0400 |
commit | 47bcf09a62fb260a60b90d4f6c8406d956ab5a8a (patch) | |
tree | d1eb28e038f362bc4a68207c6f6a74535e47f782 /ecomp-portal-BE-os/src/main/resources/music.properties | |
parent | 15586620ec762ba42f2c6ec1b596ea6ea4425355 (diff) |
Add roles to user
Issue-ID: PORTAL-432
add roles to user when the app is centralized
Change-Id: I46a782be24ea1804597dc7205bf98170731ffe4d
Signed-off-by: Kotta, Shireesha (sk434m) <shireesha.kotta@att.com>
Diffstat (limited to 'ecomp-portal-BE-os/src/main/resources/music.properties')
-rw-r--r-- | ecomp-portal-BE-os/src/main/resources/music.properties | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ecomp-portal-BE-os/src/main/resources/music.properties b/ecomp-portal-BE-os/src/main/resources/music.properties index fdf6e499..87c4c942 100644 --- a/ecomp-portal-BE-os/src/main/resources/music.properties +++ b/ecomp-portal-BE-os/src/main/resources/music.properties @@ -12,19 +12,19 @@ music.atomic.put = false music.cleanup.frequency = 6 #how old of session need to be cleaned up (hour) music.cleanup.threshold = 10 -cassandra.host=135.197.226.103 -zookeeper.host=135.197.226.103, 135.197.226.108, 135.197.226.119 +cassandra.host=localhost +zookeeper.host=localhost cassandra.user=cassandra cassandra.password=cassandra #Music API -#music.endpoint = http://vm-ep-dev4.research.att.com/MUSIC/rest/ +#music.endpoint = localhost #music.version = v2 #music.keyspace = keyspaces #music.x.minor.version = 3 #music.x.patch.version = 0 -#music.ns = com.att.ecomp.portal.demeter -#music.user.id = m00468@portal.ecomp.att.com -#music.password = friedG33nS- +#music.ns = org.onap.portal +#music.user.id = xxxxxx@portal.onap.org +#music.password = xxxxxx #music.consistency.info = type #music.consistency.info.value = eventual
\ No newline at end of file |