diff --git a/dataSources.xml b/dataSources.xml new file mode 100644 index 0000000..5d85806 --- /dev/null +++ b/dataSources.xml @@ -0,0 +1,18 @@ + + + + mariadb + true + df backend + org.mariadb.jdbc.Driver + jdbc:mariadb://192.168.37.100:3306/df-backend + $ProjectFileDir$ + + + postgresql + true + org.postgresql.Driver + jdbc:postgresql://192.168.37.100:5432/live_view_studio_dev + + + \ No newline at end of file