5.0
Persistent Storage
Key | Description | Default | Type | Required |
---|---|---|---|---|
lenses.storage.directory | The full path to a directory for Lenses to use for persistence | “./storage” | string | no |
lenses.storage.postgres.host | Host of PostgreSQL server for Lenses to use for persistence | string | no | |
lenses.storage.postgres.port | Port of PostgreSQL server for Lenses to use for persistence | 5432 | integer | no |
lenses.storage.postgres.username | Username for PostgreSQL database user | string | no | |
lenses.storage.postgres.password | Password for PostgreSQL database user | string | no | |
lenses.storage.postgres.database | PostgreSQL database name for Lenses to use for persistence | string | no | |
lenses.storage.postgres.schema | PostgreSQL schema name for Lenses to use for persistence | “public” | string | no |
lenses.storage.postgres.properties.[*] | To pass additional properties to PostgreSQL JDBC driver | no | ||
lenses.storage.hikaricp.[*] | To pass additional properties to HikariCP connection pool | no |