Skip to content
Snippets Groups Projects
manifest.yaml.template 369 B
Newer Older
description: That one is created as an example of Picodata's plugin
version: {{ version }}
  - name: weather_service
    description: This service provides HTTP route for a throughput weather cache
    default_configuration:
{% for migration in migrations -%}
    - {{ migration }}
{%- endfor %}