default_services ParameterDefault services define the internal Doradus services that will be started when Doradus is run in stand-alone mode. (When Doradus is started in embedded mode, the default services are passed to the DoradusServer.startEmbedded() method.) Example:These services are in addition to storage services, which are defined separately. Note that DBService and SchemaService are required and always started even if not listed here. Other services are optional and can be disabled when not needed. Custom services can also be added to this list. Each line must contain the full package name of the service class. The optional services are:Provides the REST API via an embedded Jetty server, which listens to the server and port defined by restaddr and restport. It only makes sense to disable this when running Doradus as an embedded service.