Merge "[OOF] add Ingress to HAS API service"
[oom.git] / kubernetes / common / music / charts / music-tomcat / resources / config / music.properties
1 # Copyright © 2018  AT&T, Amdocs, Bell Canada Intellectual Property.  All rights reserved.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 my.public.ip=localhost
16 all.public.ips=localhost
17 my.id=0
18 all.ids=0
19 ### Host Info ###
20 zookeeper.host={{.Values.properties.zookeeperHost}}
21 cassandra.host={{.Values.properties.cassandraHost}}
22 ### User Info ###
23 cassandra.user={{.Values.properties.cassandraUser}}
24 cassandra.password={{.Values.properties.cassandraPassword}}
25 ### AAF Endpoint ###
26 aaf.endpoint.url={{.Values.properties.aafEndpointUrl}}
27 ### Admin API ###
28 # AAF UAT
29 aaf.admin.url={{.Values.properties.aafAdminUrl}}
30 # AAF PROD
31 admin.aaf.role={{.Values.properties.adminAafRole}}
32 music.namespace={{.Values.properties.musicNamespace}}