brief-06-back/.idea/dataSources.xml
Mathis 6f2b4d0f91
feat: add timezone setting to data source
A timezone setting has been added to the dataSources.xml file. This change is for addressing any potential issues related to time manipulation that may arise due to the difference in time zones. Specifically, the timezone was set to "Europe/Paris".
2024-05-15 11:02:33 +02:00

20 lines
936 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="mongodb brief-06" uuid="1e190ba6-a068-44a3-87d4-fc4d6f472700">
<driver-ref>mongo</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.dbschema.MongoJdbcDriver</jdbc-driver>
<jdbc-url>mongodb://localhost:2727</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="mariadb brief-06" uuid="6ae1d6c9-b220-4252-b845-e12cdfb0f394">
<driver-ref>mariadb</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.mariadb.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mariadb://localhost:3434/brief_06</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
<time-zone>Europe/Paris</time-zone>
</data-source>
</component>
</project>