Expand description
Command line and environment variable settings for the service
Structsยง
- EnvVars ๐
 - Configuration for event db.
 
Constantsยง
- EVENT_
DB_ ๐CONN_ TIMEOUT  - Sets the connection timeout used by the pool. Defaults to 300 seconds.
 - EVENT_
DB_ ๐MAX_ CONNECTIONS  - Sets the maximum number of connections managed by the pool. Defaults to 100.
 - EVENT_
DB_ ๐MAX_ LIFETIME  - Sets the maximum lifetime of connections in the pool. Defaults to 30 minutes.
 - EVENT_
DB_ ๐MIN_ IDLE  - Sets the minimum idle connection count maintained by the pool. Defaults to 0.
 - EVENT_
DB_ ๐URL_ DEFAULT  - Default Event DB URL.