update datasources

This commit is contained in:
jvyden 2021-11-20 02:01:48 -05:00
commit 8d01130ce2
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -8,5 +8,12 @@
<jdbc-url>jdbc:mysql://localhost:3306/lighthouse</jdbc-url> <jdbc-url>jdbc:mysql://localhost:3306/lighthouse</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir> <working-dir>$ProjectFileDir$</working-dir>
</data-source> </data-source>
<data-source source="LOCAL" name="Lighthouse Production" uuid="b323608d-d984-40d0-942e-2c2ea35006d8">
<driver-ref>mariadb</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.mariadb.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mariadb://localhost:3306</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component> </component>
</project> </project>