This commit includes settings for the Database Navigator and Git Toolbox Blame with changes to the IDE's XML files. Also, modifications are made to project's code styles tasking the formatter to maintain a consistent development environment.
12 lines
542 B
XML
12 lines
542 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="postgres@localhost" uuid="38acfb4c-eea1-4c7b-b021-58b0a9e3fe7e">
|
|
<driver-ref>postgresql</driver-ref>
|
|
<synchronize>true</synchronize>
|
|
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
|
|
<jdbc-url>jdbc:postgresql://localhost:15432/postgres</jdbc-url>
|
|
<working-dir>$ProjectFileDir$</working-dir>
|
|
</data-source>
|
|
</component>
|
|
</project> |