Configuration property fixed at build time - All other configuration properties are overridable at runtime
Configuration property |
Type |
Default |
---|---|---|
whether a health check is published in case the smallrye-health extension is present Environment variable: |
boolean |
|
If DevServices has been explicitly enabled or disabled. DevServices is generally enabled by default, unless there is an existing configuration present. When DevServices is enabled Quarkus will attempt to automatically configure and start a database when running in Dev or Test mode. Environment variable: |
boolean |
|
the container image name to use, for container based DevServices providers Environment variable: |
string |
|
additional environment entries that can be added to the container before its start Environment variable: |
Map<String,String> |
|
This value can be used to specify the port to which the bolt-port of the container is exposed. It must be a free port, otherwise startup will fail. A random, free port will be used by default. Either way, a messsage will be logged on which port the Neo4j container is reachable over bolt. Ignored when container sharing is enabled. Environment variable: |
int |
|
This value can be used to specify the port to which the http-port of the container is exposed. It must be a free port, otherwise startup will fail. A random, free port will be used by default. Either way, a messsage will be logged on which port the Neo4j Browser is available. Ignored when container sharing is enabled. Environment variable: |
int |
|
Indicates if the Neo4j server managed by Quarkus Dev Services is shared. When shared, Quarkus looks for running containers using label-based service discovery. If a matching container is found, it is used, and so a second one is not started. Otherwise, Dev Services for Neo4j starts a new container. The discovery uses the Container sharing is only used in dev mode and disabled by default Environment variable: |
boolean |
|
The value of the This property is used when you need multiple shared Neo4j servers. Environment variable: |
string |
|
This property is used only when you create multiple shared Neo4j servers Environment variable: |
string |
|
the uri this driver should connect to. The driver supports bolt, bolt+routing or neo4j as schemes Environment variable: |
string |
|
if the driver should use encrypted traffic Environment variable: |
boolean |
|
the maximum time transactions are allowed to retry Environment variable: |
|
|
Type |
Default |
|
the login of the user connecting to the database Environment variable: |
string |
|
the password of the user connecting to the database Environment variable: |
string |
|
whether disable authentication or not Environment variable: |
boolean |
|
An optional field that when is not empty has precedence over Environment variable: |
string |
|
Type |
Default |
|
which trust strategy to apply when using encrypted traffic Environment variable: |
|
|
the file of the certificate to use Environment variable: |
path |
|
whether hostname verification is used Environment variable: |
boolean |
|
Type |
Default |
|
lag, if metrics are enabled Environment variable: |
boolean |
|
if leaked sessions logging is enabled Environment variable: |
boolean |
|
the maximum amount of connections in the connection pool towards a single database Environment variable: |
int |
|
Pooled connections that have been idle in the pool for longer than this timeout will be tested before they are used again. The value Environment variable: |
|
|
Pooled connections older than this threshold will be closed and removed from the pool. Environment variable: |
|
|
Acquisition of new connections will be attempted for at most configured timeout. Environment variable: |
|
About the Duration format
To write duration values, use the standard You can also use a simplified format, starting with a number:
In other cases, the simplified format is translated to the
|