Optional
configuration?: Record<string, any>An object mapping configuration option names to values.
Optional
dependencies?: Record<string, string>An object mapping dependency aliases to mount points.
Optional
development?: booleanWhether the service should be installed in development mode.
See also databases.Database#setServiceDevelopmentMode.
Default: false
Optional
legacy?: booleanWhether the service should be installed in legacy compatibility mode
This overrides the engines
option in the service manifest (if any).
Default: false
Optional
setup?: booleanWhether the "setup" script should be executed.
Default: true
Options for installing the service.
See databases.Database#installService.