github.com/m3db/m3@v1.5.0/src/dbnode/config/m3dbnode-local-etcd-proto.yml (about)

     1  coordinator: {}
     2  
     3  db:
     4    proto:
     5      enabled: true
     6      schema_registry:
     7        # Need an entry for each configured namespace.
     8          "default":
     9            schemaFilePath: "/etc/m3dbnode/default_schema.proto"
    10            messageName: "VehicleLocation"