Compare commits

...

3 Commits

Author SHA1 Message Date
Aiko Mastboom
0b0332c52d IU-2021.1.1 <aiko@pro.local Update find.xml 2021-05-09 09:36:28 +02:00
Aiko Mastboom
f43dcda51e IU-2021.1.1 <aiko@pro.local Create dataSources.xml 2021-05-08 15:30:31 +02:00
Aiko Mastboom
ea6365166e IU-2021.1.1 <aiko@pro.local Update find.xml 2021-05-06 20:05:08 +02:00
2 changed files with 21 additions and 3 deletions

18
dataSources.xml Normal file
View File

@ -0,0 +1,18 @@
<application>
<component name="dataSourceStorage" format="xml" multifile-model="true">
<data-source source="LOCAL" name="df-backend@192.168.37.100" uuid="ef2e98c8-bce1-4eec-aec3-2f2cca83f118">
<driver-ref>mariadb</driver-ref>
<synchronize>true</synchronize>
<remarks>df backend</remarks>
<jdbc-driver>org.mariadb.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mariadb://192.168.37.100:3306/df-backend</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="live_view_studio_dev@192.168.37.100" uuid="2076ef74-1bd2-433c-a06a-e72a8837624a">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://192.168.37.100:5432/live_view_studio_dev</jdbc-url>
</data-source>
</component>
</application>

View File

@ -1,10 +1,10 @@
<application> <application>
<component name="FindSettings"> <component name="FindSettings">
<option name="customScope" value="All Places" /> <option name="customScope" value="Project Files" />
<option name="defaultScopeName" value="All Places" /> <option name="defaultScopeName" value="Project Files" />
<option name="showResultsInSeparateView" value="true" /> <option name="showResultsInSeparateView" value="true" />
<option name="SHOW_RESULTS_IN_SEPARATE_VIEW" value="true" /> <option name="SHOW_RESULTS_IN_SEPARATE_VIEW" value="true" />
<option name="SEARCH_SCOPE" value="All Places" /> <option name="SEARCH_SCOPE" value="Project Files" />
<mask>*.css</mask> <mask>*.css</mask>
<mask>*.html</mask> <mask>*.html</mask>
<mask>*.xml</mask> <mask>*.xml</mask>