mirror of
https://github.com/fluencelabs/examples
synced 2025-04-24 18:22:15 +00:00
14 lines
637 B
YAML
14 lines
637 B
YAML
# yaml-language-server: $schema=../../../.fluence/schemas/service.yaml.json
|
|
|
|
# Defines a [Marine service](https://fluence.dev/docs/build/concepts/#services), most importantly the modules that the service consists of. For Fluence CLI, **service** - is a directory which contains this config. You can use `fluence service new` command to generate a template for new service
|
|
|
|
# Documentation: https://github.com/fluencelabs/fluence-cli/tree/main/docs/configs/service.md
|
|
|
|
version: 0
|
|
name: multi_provider_query
|
|
modules:
|
|
facade:
|
|
get: ../../../wasm-modules/multi-provider-query
|
|
curl-adapter:
|
|
get: ../../../wasm-modules/curl-adapter
|