Two new files have been added: `brief_05.6nelCw.meta` for schema metadata, and `1f2800b5-8649-4a80-a9ec-b7b2a24623b4.xml` for defining the data source. These configurations support the interaction with our database in different environments. Signed-off-by: Mathis <yidhra@tuta.io>
12 lines
534 B
XML
12 lines
534 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="@docker/brief05" uuid="1f2800b5-8649-4a80-a9ec-b7b2a24623b4">
|
|
<driver-ref>mariadb</driver-ref>
|
|
<synchronize>true</synchronize>
|
|
<jdbc-driver>org.mariadb.jdbc.Driver</jdbc-driver>
|
|
<jdbc-url>jdbc:mariadb://localhost:3434/brief_05</jdbc-url>
|
|
<working-dir>$ProjectFileDir$</working-dir>
|
|
</data-source>
|
|
</component>
|
|
</project> |