solstice-ci/.idea/dataSources.xml
Till Wegmueller 1e48b1de66
Update database connection details to production configuration
- Change data source name and JDBC URL for production environment.
- Add new data source mapping file for SQL console.

Signed-off-by: Till Wegmueller <toasterson@gmail.com>
2025-11-11 20:23:48 +01:00

12 lines
No EOL
537 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="solstice-prod" uuid="f62d4f93-7dd9-4605-8265-28324992421b">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://172.18.0.5:5432/postgres</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>