portfolio/.idea/dataSources.xml

17 lines
791 B
XML
Raw Permalink Normal View History

2020-03-08 15:01:55 -07:00
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="db" uuid="4dcbd4e2-fa29-45d8-857f-d700226245d8">
<driver-ref>sqlite.xerial</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
<jdbc-url>jdbc:sqlite:$PROJECT_DIR$/db.sqlite3</jdbc-url>
</data-source>
<data-source source="LOCAL" name="postgres@pg" uuid="a94ca6c3-89cf-476a-999c-ca9fe38200dc">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://pg.ahlawat.com:5432/postgres</jdbc-url>
</data-source>
</component>
</project>