4.3 Database keys

Kiss reads these directly; OwnSona doesn’t process them.

DatabaseType

Must be PostgreSQL. Other databases lack pgvector (or the rest of the schema features we use) and are not supported.

DatabaseHost

Hostname or IP. Usually localhost since the DB lives on the same VM as Tomcat.

DatabasePort

Default 5432.

DatabaseName

Default ownsona.

DatabaseUser

Default ownsona.

DatabasePassword

Generated by sql/setup_db.sh or set by hand.

DatabaseConnectionParameters

Optional. Appended to the JDBC URL — e.g. sslmode=require.