mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +00:00
cdec8be7ae
* update to fluence cli * update aqua * add config toml, update aqua script
27 lines
709 B
YAML
27 lines
709 B
YAML
# yaml-language-server: $schema=.fluence/schemas/fluence.yaml.json
|
|
|
|
# Defines Fluence Project, most importantly - what exactly you want to deploy and how. You can use `fluence init` command to generate a template for new Fluence project
|
|
|
|
# Documentation: https://github.com/fluencelabs/fluence-cli/tree/main/docs/configs/fluence.md
|
|
|
|
version: 2
|
|
aquaInputPath: src/aqua/main.aqua
|
|
dependencies:
|
|
cargo:
|
|
mrepl: 0.21.3
|
|
workers:
|
|
defaultWorker:
|
|
services: [ url_downloader ]
|
|
deals:
|
|
defaultWorker:
|
|
minWorkers: 1
|
|
targetWorkers: 3
|
|
hosts:
|
|
defaultWorker:
|
|
peerIds:
|
|
- 12D3KooWJ4bTHirdTFNZpCS72TAzwtdmavTBkkEXtzo6wHL25CtE #stage
|
|
relays: stage
|
|
services:
|
|
url_downloader:
|
|
get: service
|