mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
65 lines
2.0 KiB
Properties
65 lines
2.0 KiB
Properties
# dataprep related
|
|
alfresco.scheme=http
|
|
alfresco.server=172.29.100.215
|
|
alfresco.port=8080
|
|
|
|
# credentials
|
|
admin.user=admin
|
|
admin.password=admin
|
|
|
|
# rest related
|
|
rest.basePath=alfresco/api/-default-/public/alfresco/versions/1
|
|
rest.workflowPath=alfresco/api/-default-/public/workflow/versions/1
|
|
|
|
|
|
# TEST MANAGEMENT SECTION - Test Rail
|
|
#
|
|
# (currently supporting Test Rail v5.2.1.3472 integration)
|
|
#
|
|
# Example of configuration:
|
|
# ------------------------------------------------------
|
|
# testManagement.endPoint=https://alfresco.testrail.com/
|
|
# testManagement.username=<username>
|
|
# testManagement.apiKey=<api-key>
|
|
# testManagement.project=<id-of-your-project
|
|
# testManagement.testRun=<test-run-name>
|
|
# testManagement.justUploadTest=false
|
|
# if testManagement.justUploadTest=false we only update test cases in test rail
|
|
# ------------------------------------------------------
|
|
testManagement.endPoint=https://alfresco.testrail.com/
|
|
testManagement.username=tas.alfresco@gmail.com
|
|
testManagement.apiKey=EYpY7.fV0AoMGWbmyuVC-k5u.nzwHy6a.QWzJq8.S
|
|
testManagement.project=7
|
|
testManagement.testRun=Automation
|
|
testManagement.justUploadTest=false
|
|
|
|
# The location of the reports path
|
|
reports.path=./target/reports
|
|
|
|
# in containers we cannot access directly JMX, so we will use http://jolokia.org agent
|
|
# disabling this we will use direct JMX calls to server
|
|
jmx.useJolokiaAgent=false
|
|
|
|
#
|
|
# Database Section
|
|
# You should provide here the database URL, that can be a differed server as alfresco.
|
|
# https://docs.oracle.com/javase/tutorial/jdbc/basics/connecting.html
|
|
#
|
|
# Current supported db.url:
|
|
#
|
|
# MySQL:
|
|
# db.url = jdbc:mysql://${alfresco.server}:3306/alfresco
|
|
#
|
|
# PostgreSQL:
|
|
# db.url = jdbc:postgresql://<your-DB-IP>:3306/alfresco
|
|
#
|
|
# Oracle:
|
|
# db.url = jdbc:oracle://<your-DB-IP>:3306/alfresco
|
|
#
|
|
# MariaDB:
|
|
# db.url = jdbc:mariadb://<your-DB-IP>:3306/alfresco
|
|
#
|
|
db.url = jdbc:mysql://${alfresco.server}:3306/alfresco
|
|
db.username = alfresco
|
|
db.password = alfresco
|