diff options
Diffstat (limited to 'config/application.properties')
-rw-r--r-- | config/application.properties | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/config/application.properties b/config/application.properties index c1645a2..a3cc78b 100644 --- a/config/application.properties +++ b/config/application.properties @@ -1,8 +1,20 @@ +# Copyright © 2018 Amdocs +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License spring.jersey.type=filter spring.mvc.urls=swagger,docs,prometheus,auditevents,info,heapdump,autoconfig,beans,loggers,dump,env,trace,health,configprops,mappings,metrics,webjars - server.contextPath=/aaicontextbuilder spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration @@ -14,11 +26,11 @@ server.tomcat.max-threads=200 server.tomcat.min-spare-threads=25 # AAI REST Client Configuration -aai.serviceName=10.147.57.139 -aai.servicePort=8080 +aai.serviceName=10.12.6.120 +aai.servicePort=30233 aai.username=AAI aai.password=OBF:1gfr1ev31gg7 -aai.httpProtocol=http +aai.httpProtocol=https aai.connectionTimeout=5000 aai.readTimeout=1000 @@ -29,7 +41,5 @@ http.password=OBF:1u2a1toa1w8v1tok1u30 # {0} = customerId {1} = serviceType {2} = serviceInstanceId aai.serviceInstancePath=/aai/v11/business/customers/customer/{0}/service-subscriptions/service-subscription/{1}/service-instances/service-instance/{2} - - #Servlet context parameters server.context_parameters.p-name=value #context parameter with p-name as key and value as value. |