-
Notifications
You must be signed in to change notification settings - Fork 4
Configuration File
The dashboard is configuring using an application.properties
file. If you are using Tomcat as a Web Server, this file is located at: <Tomcat folder>\webapps\qrapids-dasbhoard-X.Y.Z\ WEB-INF\classes
.
spring.datasource.url= jdbc:postgresql://<postgresql IP>:<postgresql PORT>/<DATABASE NAME>
spring.datasource.username=<postgresql user>
spring.datasource.password=<postgresql password>
qma.ip=AAA.BB.CC.CC
qma.port=XXX
qma.path=YYY
qma.prefix=prefix used in the indexes name(if necessary)
qma.username=(if necessary)
qma.password=(if necessary)
rawdata.dashboard=<KIBANA IP>:<KIBANA PORT>/app/kibana#/dashboards?_g=()
forecast.url=<FORECAST SERVICES URL>
forecast.technique= default technique to be applied for forecasting. The possible values are: ARIMA, ARIMA_FORCE_SEASONALITY, THETA, ETS, ETSDAMPED, BAGGEDETS, STL, NN, HYBRID, PROPHET)
assessSI.url=<SI_ASSESSMENT SERVICES URL>
pabre.url=<PABRE SERVICES URL>
#Backlog connection – Backlog RESTful services (see qrapids backlog Services)
backlog.newIssue.url=<BACKLOG SERVICE - NEW QR>
(the dashboard provides the test service <DASHBOARD URL>/api/createIssueTest
)
backlog.milestones.url=<BACKLOG SERVICES - MILESTONES LIST>
(the dashboard provides the test service <DASHBOARD URL>/api/milestonesTest
)
backlog.phases.url=<BACKLOG SERVICES - PHASES LIST>
(the dashboard provides the test service <DASHBOARD URL>/api/phasesTest
)
help.process=<Q-Rapids Process webpage>
help.userguide=<User Guide page in the dashboard wiki>
help.support=<Issues section of the dashboard repository>
about.custom.text=<Custom text, that will be shown in About section>
#JasperServer connection - Reporting feature (see configuring reports)
jasperServer.url=<JASPER SERVICE URL>
jasperserver.user=<JASPER SERVER USERNAME>
jasperserver.password=<JASPER SERVER PASSWORD>
server.url=<DASHBOARD SERVICE URL>
server.port=<WEBSERVER PORT>
This component has been created as a result of the Q-Rapids project funded by the European Union Horizon 2020 Research and Innovation programme under grant agreement No 732253.