Skip to content

Commit 956d6f8

Browse files
author
Rafael Romón
authored
Added MySQL field to properties.xml
1 parent b107ca6 commit 956d6f8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

conf/properties.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
<username>username</username>
2424
<password>password</password>
2525
</neo4j-server>
26+
<!--MySQL-->
27+
<mysql-server>
28+
<username>username</username>
29+
<password>password</password>
30+
</mysql-server>
2631
</network>
2732

28-
</properties>
33+
</properties>

0 commit comments

Comments
 (0)