Configuring the Discovery Service
Configure storage, logging and other configuration options for this Server Role.
- Setting a log location for your microservice
By default, Content Delivery microservices write their log files to a folder called c:/SDLWeb/log/. Set a proper location in the Logback configuration file for your microservice, logback.xml. - Configuring database access for the Discovery Service
The Discovery Service uses the Storage Layer to access the Discovery Service database, where its data is stored. To configure Discovery Service content storage in the database, add aStorageelement to the Storage Layer configuration file. - Installing a license for your Content Delivery Role
Your Role will not function without a valid license file. - Setting up a configuration repository for the Discovery Service
To configure the Discovery Service configuration repository, add a section to its Storage Layer configuration file, cd_storage_conf.xml, in which Server Roles can specify the Capabilities they expose and then can use the Discovery Service registration tool to register those Capabilities in the Content Data Store . - Configuring storage bindings for the Discovery Service
The Discovery Service needs a<StorageBindings>section in its Storage Layer configuration file, cd_storage_conf.xml.