From 4b2c76b6d331be8ca559437ca92c78e3fff9006c Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Sat, 29 Oct 2016 23:02:55 +0100 Subject: [PATCH] Fixed config issue. --- src/test/resources/default.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/test/resources/default.properties b/src/test/resources/default.properties index 47fa27dcf0..82d19c77d6 100644 --- a/src/test/resources/default.properties +++ b/src/test/resources/default.properties @@ -15,6 +15,11 @@ admin.password=admin rest.basePath=alfresco/api/-default-/public/alfresco/versions/1 rest.workflowPath=alfresco/api/-default-/public/workflow/versions/1 +# Database Section +db.url = jdbc:mysql://${alfresco.server}:3306/alfresco +db.username = alfresco +db.password = alfresco + ######################################################################### rest.rmPath=alfresco/api/-default-/public/ig/versions/1 \ No newline at end of file