Ditto Edge Server is configured entirely by a static YAML configuration file. This file defines all aspects of the server’s behavior, including resource definitions, authentication settings, and network configurations. The configuration file takes the following general structure:
resources:
  resource_name:
    resource_type: ResourceType
  resource_name_2:
    resource_type: ResourceType
    # ...

logging:
  ditto_log_config:
    level: warning