forked from eiffel-community/eiffel-intelligence-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication.properties
30 lines (25 loc) · 1.34 KB
/
application.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# REST api returns json in pretty format with jackson
spring.jackson.default-property-inclusion=non_null
######## EI Front-End
server.port=8080
ei.frontend.service.port=${server.port}
ei.frontend.service.host=localhost
ei.frontend.context.path=
######## EI Front-end security
ei.use.secure.http.frontend=false
#server.ssl.key-store: <keystore.p12>
#server.ssl.key-store-password: <mypassword>
#server.ssl.key-store-type: <PKCS12>
#server.ssl.key-alias: <tomcat>
######## EI Default Back-Ends
#ei.backend.instances.list.json.content=
ei.backend.instances.list.json.content=[{"name":"EI-Backend-1","host":"localhost","port":8090,"contextPath":"","https":false,"defaultBackend":true}]
###### EI Documentation Link Url ##########
ei.eiffel.documentation.urls={ "EI front-end on GitHub": "https://github.com/eiffel-community/eiffel-intelligence-frontend",\
"EI back-end on GitHub": "https://github.com/eiffel-community/eiffel-intelligence",\
"Eiffel protocol on Github": "https://github.com/eiffel-community/eiffel",\
"User guide for test rules page": "https://github.com/eiffel-community/eiffel-intelligence-frontend/blob/master/wiki/test-rules.md" }
#### LOGGING #########
logging.level.root: INFO
logging.level.org.springframework.web: INFO
logging.level.com.ericsson.ei: INFO