blob: 0a68a6024e7d51b0fca3445131a52ac047d91f16 [file] [log] [blame]
Rohan Patel5f5c7ec2019-09-25 14:35:28 -04001# Tomcat
2server.port=8443
3server.port.http=8080
4security.require-ssl=false
5
6server.ssl.key-store-type=PKCS12
7server.ssl.key-store=${OTF_CERT_PATH}
8server.ssl.key-store-password=${OTF_CERT_PASS}
9#server.servlet.context-path=/otf/api
10#spring.jersey.application-path=/otf
11#springfox.documentation.swagger.v2.path=/otf/api/swagger.json
12
13# MongoDB
14otf.mongo.hosts=${OTF_MONGO_HOSTS}
15otf.mongo.username=${OTF_MONGO_USERNAME}
16otf.mongo.password=${OTF_MONGO_PASSWORD}
17otf.mongo.replicaSet=${OTF_MONGO_REPLICASET}
18otf.mongo.database=${OTF_MONGO_DATABASE}
19
20# Jackson
21spring.jackson.default-property-inclusion=always
22
23# Logging
24logging.level.org.springframework.web=DEBUG
25logging.level.org.hibernate=ERROR
26logging.file.max-history=5
27logging.file=otf/logs/serviceapi.log
28logging.path=otf/logs
29
30spring.resources.add-mappings=true
31
32ssl.flag =${https-only.flag:true}
33#springfox.documentation.auto-startup=false
34#springfox.documentation.swagger.v2.path=/otf/swagger.json
35
36#config
37aaf.enabled=true
38aaf.call-timeout=10000
39aaf.conn-timeout=6000
40aaf.default-realm=localhost
41aaf.env=PROD
42aaf.locate-url=https://localhost
43aaf.lur-class=org.onap.aaf.cadi.aaf.v2_0.AAFLurPerm
44aaf.url=https://localhost
45basic-realm=localhost
46basic-warn=true
47cadi-latitude=38.62782
48cadi-longitude=-90.19458
49cadi-protocols=TLSv1.1,TLSv1.2
50cadi-noauthn=/health/v1:/demo/openapi.json