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=/sdccontextbuilder spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration #This property is used to set the Tomcat connector attributes.developers can define multiple attributes separated by comma #tomcat.connector.attributes=allowTrace-true #The max number of active threads in this pool server.tomcat.max-threads=200 #The minimum number of threads always kept alive server.tomcat.min-Spare-Threads=25 #server.port=9191 #The number of milliseconds before an idle thread shutsdown, unless the number of active threads are less or equal to minSpareThreads server.tomcat.max-idle-time=60000 #Application properties sdcConnect.username=pomba sdcConnect.password=OBF:1ks51l8d1o3i1pcc1r2r1e211r391kls1pyj1z7u1njf1lx51go21hnj1y0k1mli1sop1k8o1j651vu91mxw1vun1mze1vv11j8x1k5i1sp11mjc1y161hlr1gm41m111nkj1z781pw31kku1r4p1e391r571pbm1o741l4x1ksp sdcConnect.consumerID=pomba sdcConnect.sdcAddress=10.12.5.121:30204 # Minimum timeout value is 15 seconds; default is 120000s sdcConnect.timeout.seconds=12000 # {0} = UUID sdc.url.template=/sdc/v1/catalog/services/{0}/toscaModel sdc.artifact.type=TOSCA_CSAR # Intended name for downloaded temporary CSAR files: csar-[UUID].zip # Only .zip and .csar are accepted extensions, default is .zip sdc.csar.file.prefix=csar- sdc.csar.file.suffix=.zip # HTTP Basic Authorization credentials for Rest Service API http.userId=admin http.password=OBF:1u2a1toa1w8v1tok1u30 #Servlet context parameters server.context_parameters.p-name=value #context parameter with p-name as key and value as value. #test.tosca.csar.file=\\config\\toscaModel.csar.zip