Added device connect route

This commit is contained in:
Fergal Moran
2024-02-01 20:43:23 +00:00
parent b1b38eaf28
commit da07d8cd3e
18 changed files with 1445 additions and 37 deletions

12
.idea/dataSources.xml generated Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="kidarr@localhost" uuid="c9109702-1c76-43cd-9b70-2c5412a2450f">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://localhost:5432/kidarr</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>