diff options
author | 2018-02-02 21:19:53 -0500 | |
---|---|---|
committer | 2018-02-05 10:20:49 -0500 | |
commit | e99b7fa829bf957c2a46223a1a20a32aebeda91b (patch) | |
tree | 59ea8681b4165df7fb2482af3f6d411115e32f5a /WebContent/WEB-INF/music.properties.sample | |
parent | d221feba08b6ad24e7d232247306f7b67934941d (diff) |
Initial code Import.
Issue-ID: MUSIC-21
Change-Id: I89ceab0891b4b7cb999dab532d6bae9092f027cc
Signed-off-by: arthurdent3 <tn1381@att.com>
Diffstat (limited to 'WebContent/WEB-INF/music.properties.sample')
-rw-r--r-- | WebContent/WEB-INF/music.properties.sample | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/WebContent/WEB-INF/music.properties.sample b/WebContent/WEB-INF/music.properties.sample new file mode 100644 index 00000000..d562429b --- /dev/null +++ b/WebContent/WEB-INF/music.properties.sample @@ -0,0 +1,19 @@ +#Modify this sample as required and place it as /etc/music/music.properties +my.id=0 +all.ids=0:1:2 +my.public.ip=12.13.14.45 +all.public.ips=12.13.14.45:12.13.14.46:12.13.14.47 +####################################### +# Optional current values are defaults +####################################### +#zookeeper.host=localhost +#cassandra.host=localhost +#music.ip=localhost +#debug=true +#music.rest.ip=localhost +#lock.lease.period=6000 +# Cassandra Username and password +cassandra.user=cassandra +cassandra.password=cassandra +# AAF Endpoint +aaf.endpoint.url=http://aafendpoint/proxy/authz/nss/
\ No newline at end of file |