add IDEA config for local connexion "test"

This commit is contained in:
2019-08-30 12:09:26 +02:00
parent e861c29b69
commit 7a8f8d3d6a
2 changed files with 6 additions and 1 deletions

6
.idea/dataSources.xml generated
View File

@@ -7,5 +7,11 @@
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://localhost:5432/dc-project</jdbc-url>
</data-source>
<data-source source="LOCAL" name="test@localhost" uuid="a9a6d0e9-327d-4e7d-9b93-3cb6f7948866">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://localhost:5432/test</jdbc-url>
</data-source>
</component>
</project>