create postgresql deployment

This commit is contained in:
2023-01-02 16:16:29 -05:00
parent 4dc0961cc8
commit db9512c7ad
7 changed files with 128 additions and 0 deletions

8
.idea/dataSources.xml generated
View File

@@ -65,5 +65,13 @@
<property name="autoReconnect" value="true" />
</driver-properties>
</data-source>
<data-source source="LOCAL" name="postgres: sql.xai-corp.net (mapped)" uuid="a12eef14-05f4-4575-a408-f3b45afbb955">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<remarks>forwarded connection to postgres</remarks>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://localhost:5432/postgres</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>