From c83e77e39ffa07944c810d2cc5b9b2d4fe05dd11 Mon Sep 17 00:00:00 2001 From: jvyden Date: Wed, 6 Oct 2021 12:49:31 -0400 Subject: [PATCH] Add local mysql data source --- .gitignore | 3 +++ .idea/.idea.ProjectLighthouse/.idea/dataSources.xml | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .idea/.idea.ProjectLighthouse/.idea/dataSources.xml diff --git a/.gitignore b/.gitignore index bce15ddc..afc59961 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/.idea/.idea.ProjectLighthouse/.idea/dataSources.xml b/.idea/.idea.ProjectLighthouse/.idea/dataSources.xml new file mode 100644 index 00000000..4b88ef02 --- /dev/null +++ b/.idea/.idea.ProjectLighthouse/.idea/dataSources.xml @@ -0,0 +1,12 @@ + + + + + mysql.8 + true + com.mysql.cj.jdbc.Driver + jdbc:mysql://localhost:3306/lighthouse + $ProjectFileDir$ + + + \ No newline at end of file