Database configuration

ninkik uses a PostgreSQL server for storing all persistent, non-binary data. The database schema will be created and migrated during the application's startup.

Setting Description Default
db.host Hostname or IP adress of PostgreSQL server localhost
db.port PostgreSQL server port 5432
db.name Name of database schema none, required
db.user Database username none, required
db.password Database password none, required