Add local mysql data source

This commit is contained in:
jvyden 2021-10-06 12:49:31 -04:00
parent b3532fa57d
commit c83e77e39f
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
2 changed files with 15 additions and 0 deletions

3
.gitignore vendored
View file

@ -4,3 +4,6 @@ obj/
riderModule.iml
/_ReSharper.Caches/
/.idea/.idea.ProjectLighthouse/.idea/workspace.xml
.idea/dataSources/*.xml
.idea/dataSources/**/*.meta
.idea/dataSources.local.xml

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="lighthouse@localhost" uuid="3bfb85d6-6cc2-427d-9288-06e05ab58c10">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://localhost:3306/lighthouse</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>