diff --git a/.gitignore b/.gitignore index 57c7c40..d3b3a6e 100644 --- a/.gitignore +++ b/.gitignore @@ -284,3 +284,4 @@ dmypy.json cython_debug/ credentials.env +volumes/ diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index 4a94487..286b5ab 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -1,35 +1,18 @@ - - sqlite.xerial + + mariadb true - org.sqlite.JDBC - jdbc:sqlite:$PROJECT_DIR$/src/sqlite.db + org.mariadb.jdbc.Driver + jdbc:mariadb://localhost:3306/backend + + + $ProjectFileDir$ - - - file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.39.2/sqlite-jdbc-3.39.2.jar - - - - - sqlite.xerial - true - org.sqlite.JDBC - jdbc:sqlite:$PROJECT_DIR$/auth_volumes/kratos/db.sqlite - - - - $ProjectFileDir$ - - - file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.39.2/sqlite-jdbc-3.39.2.jar - - \ No newline at end of file diff --git a/.idea/runConfigurations/Dev_Dependencies.xml b/.idea/runConfigurations/Dev_Dependencies.xml new file mode 100644 index 0000000..70d88f3 --- /dev/null +++ b/.idea/runConfigurations/Dev_Dependencies.xml @@ -0,0 +1,18 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/FastAPI_app.xml b/.idea/runConfigurations/FastAPI_app.xml index 48f3cf2..87d93e6 100644 --- a/.idea/runConfigurations/FastAPI_app.xml +++ b/.idea/runConfigurations/FastAPI_app.xml @@ -1,11 +1,18 @@ - \ No newline at end of file diff --git a/.idea/runConfigurations/Socket_io_app.xml b/.idea/runConfigurations/Socket_io_app.xml index 7262f6e..4c41dbd 100644 --- a/.idea/runConfigurations/Socket_io_app.xml +++ b/.idea/runConfigurations/Socket_io_app.xml @@ -5,7 +5,14 @@