MicroProfile configuration options:

keytypedefault valuedescription
mp.jwt.verify.publickeystring The property allows the Public Verification Key text itself to be supplied as a string.
authentication.usernamestring Neo4j authentication user name
authentication.passwordstring Neo4j authentication password
authentication.enabledbooleanTRUEIf Neo4j authentication is enabled
encryptedbooleanFALSEIf Neo4j encryption is enabled
pool.metricsEnabledbooleanFALSEIf Neo4J metrics is enabled
pool.logLeakedSessionsboolean Log leaking sessions
pool.maxConnectionPoolSizestring Maximum connection pool size
pool.idleTimeBeforeConnectionTeststring Idle time before connection test
pool.maxConnectionLifetimestring Connection lifetime in seconds
pool.connectionAcquisitionTimeoutstring Connection Acquisition Timeout
trustsettings.trustStrategystring 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.certificatestring Path to trusted certificate
trustsettings.hostnameVerificationEnabledstringFALSEIf hostname verification is enabled.