summaryrefslogtreecommitdiffstats
path: root/config/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'config/application.properties')
-rw-r--r--config/application.properties20
1 files changed, 19 insertions, 1 deletions
diff --git a/config/application.properties b/config/application.properties
index 6ad4731..8fc2503 100644
--- a/config/application.properties
+++ b/config/application.properties
@@ -18,7 +18,8 @@
spring.jersey.type=filter
spring.mvc.urls=swagger,docs,prometheus,auditevents,info,heapdump,autoconfig,beans,loggers,dump,env,trace,health,configprops,mappings,metrics,webjars
-
+camel.springboot.xmlRoutes = file:config/dynamic/routes/*.route
+service.xml.beans = config/dynamic/conf/*.xml
server.contextPath=/sdnccontextbuilder/v1
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
@@ -46,3 +47,20 @@ sdnc.genericResourcePath=/restconf/config/GENERIC-RESOURCE-API:services/service/
#Servlet context parameters
server.context_parameters.p-name=value #context parameter with p-name as key and value as value.
+
+# AAI REST Client Configuration
+aai.serviceName=10.12.6.120
+aai.servicePort=30233
+aai.username=AAI
+aai.password=OBF:1gfr1ev31gg7
+aai.httpProtocol=https
+aai.connectionTimeout=5000
+aai.readTimeout=1000
+
+# HTTP Basic Authorization credentials for AAI Rest Service API
+aai.http.userId=admin
+aai.http.password=OBF:1u2a1toa1w8v1tok1u30
+
+aai.searchNodeQuery=/aai/v11/search/nodes-query?search-node-type=service-instance&filter=service-instance-id:EQUALS:
+aai.customerQuery=/aai/v11/business/customers/customer/
+