source: .idea/dataSources.xml@ f49ddda

Last change on this file since f49ddda was f49ddda, checked in by Aleksandarj03 <138524804+Aleksandarj03@…>, 3 months ago

Added more details page

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project version="4">
3 <component name="DataSourceManagerImpl" format="xml" multifile-model="true">
4 <data-source source="LOCAL" name="testdb" uuid="5a4ff1b5-e613-4f9f-9de1-82fbc1e75796">
5 <driver-ref>h2.unified</driver-ref>
6 <synchronize>true</synchronize>
7 <imported>true</imported>
8 <remarks>$PROJECT_DIR$/ReserveNGo-backend/src/main/resources/application-h2.properties</remarks>
9 <jdbc-driver>org.h2.Driver</jdbc-driver>
10 <jdbc-url>jdbc:h2:mem:testdb</jdbc-url>
11 <jdbc-additional-properties>
12 <property name="com.intellij.clouds.kubernetes.db.host.port" />
13 <property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
14 <property name="com.intellij.clouds.kubernetes.db.container.port" />
15 </jdbc-additional-properties>
16 <working-dir>$ProjectFileDir$</working-dir>
17 </data-source>
18 <data-source source="LOCAL" name="resandgo@localhost" uuid="1830f06a-b92d-45a1-a7d0-4c3a42e03170">
19 <driver-ref>postgresql</driver-ref>
20 <synchronize>true</synchronize>
21 <imported>true</imported>
22 <remarks>$PROJECT_DIR$/ReserveNGo-backend/src/main/resources/application-prod.properties</remarks>
23 <jdbc-driver>org.postgresql.Driver</jdbc-driver>
24 <jdbc-url>jdbc:postgresql://localhost:5432/resandgo</jdbc-url>
25 <working-dir>$ProjectFileDir$</working-dir>
26 </data-source>
27 </component>
28</project>
Note: See TracBrowser for help on using the repository browser.