add missing db properties

This commit is contained in:
Paul Brodner
2016-10-28 11:12:25 +03:00
parent b2726637d4
commit 4937b939fa
+7
View File
@@ -39,3 +39,10 @@ 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=true
#
# Database section
#
db.url = jdbc:mysql://${alfresco.server}:3306/alfresco
db.username = alfresco
db.password = alfresco