diff options
Diffstat (limited to 'backend/.idea/dataSources.xml')
-rw-r--r-- | backend/.idea/dataSources.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/backend/.idea/dataSources.xml b/backend/.idea/dataSources.xml deleted file mode 100644 index 66cd183..0000000 --- a/backend/.idea/dataSources.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="DataSourceManagerImpl" format="xml" multifile-model="true"> - <data-source source="LOCAL" name="postgres@localhost" uuid="5df21c3c-074c-4cb3-91b3-a87c24731550"> - <driver-ref>postgresql</driver-ref> - <synchronize>true</synchronize> - <jdbc-driver>org.postgresql.Driver</jdbc-driver> - <jdbc-url>jdbc:postgresql://localhost:5432/postgres</jdbc-url> - <working-dir>$ProjectFileDir$</working-dir> - </data-source> - <data-source source="LOCAL" name="0@localhost" uuid="5306b4f0-7d5f-4ef3-a260-54bd3d0c859c"> - <driver-ref>redis</driver-ref> - <synchronize>true</synchronize> - <jdbc-driver>jdbc.RedisDriver</jdbc-driver> - <jdbc-url>jdbc:redis://localhost:6379/0</jdbc-url> - <working-dir>$ProjectFileDir$</working-dir> - </data-source> - </component> -</project>
\ No newline at end of file |