IU-2021.1.1 <aiko@pro.local Create dataSources.xml

This commit is contained in:
Aiko Mastboom 2021-05-08 15:30:31 +02:00
parent ea6365166e
commit f43dcda51e

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>