MicroProfile configuration options:
| key | type | default value | description |
|---|---|---|---|
mp.jwt.verify.publickey | string | The property allows the Public Verification Key text itself to be supplied as a string. | |
authentication.username | string | Neo4j authentication user name | |
authentication.password | string | Neo4j authentication password | |
authentication.enabled | boolean | TRUE | If Neo4j authentication is enabled |
encrypted | boolean | FALSE | If Neo4j encryption is enabled |
pool.metricsEnabled | boolean | FALSE | If Neo4J metrics is enabled |
pool.logLeakedSessions | boolean | Log leaking sessions | |
pool.maxConnectionPoolSize | string | Maximum connection pool size | |
pool.idleTimeBeforeConnectionTest | string | Idle time before connection test | |
pool.maxConnectionLifetime | string | Connection lifetime in seconds | |
pool.connectionAcquisitionTimeout | string | Connection Acquisition Timeout | |
trustsettings.trustStrategy | string | Trust Strategy: Trust All certificates, TRUST_ALL_CERTIFICATES, Trust custom certificates - TRUST_CUSTOM_CA_SIGNED_CERTIFICATES, Trust system CA - TRUST_SYSTEM_CA_SIGNED_CERTIFICATES | |
trustsettings.certificate | string | Path to trusted certificate | |
trustsettings.hostnameVerificationEnabled | string | FALSE | If hostname verification is enabled. |