Kiss reads these directly; OwnSona doesn’t process them.
DatabaseTypeMust be PostgreSQL. Other databases lack pgvector (or
the rest of the schema features we use) and are not supported.
DatabaseHostHostname or IP. Usually localhost since the DB lives on the
same VM as Tomcat.
DatabasePortDefault 5432.
DatabaseNameDefault ownsona.
DatabaseUserDefault ownsona.
DatabasePasswordGenerated by sql/setup_db.sh or set by hand.
DatabaseConnectionParametersOptional. Appended to the JDBC URL — e.g. sslmode=require.