add IDEA config for local connexion "test"
This commit is contained in:
6
.idea/dataSources.xml
generated
6
.idea/dataSources.xml
generated
@@ -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>
|
||||
@@ -742,7 +742,6 @@ components:
|
||||
description: Login
|
||||
required: true
|
||||
|
||||
# Added by API Auto Mocking Plugin
|
||||
servers:
|
||||
- description: localhost
|
||||
url: http://localhost:8080
|
||||
|
||||
Reference in New Issue
Block a user