mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
33 lines
531 B
YAML
33 lines
531 B
YAML
|
# yaml-language-server: $schema=.fluence/schemas/provider.json
|
||
|
|
||
|
# Defines config used for provider set up
|
||
|
|
||
|
# Documentation: https://github.com/fluencelabs/cli/tree/main/docs/configs/provider.md
|
||
|
|
||
|
version: 0
|
||
|
|
||
|
env: local
|
||
|
|
||
|
nox:
|
||
|
systemServices:
|
||
|
enable:
|
||
|
- registry
|
||
|
- decider
|
||
|
|
||
|
computePeers:
|
||
|
nox-0:
|
||
|
computeUnits: 1
|
||
|
nox-1:
|
||
|
computeUnits: 1
|
||
|
nox-2:
|
||
|
computeUnits: 1
|
||
|
|
||
|
offers:
|
||
|
offer-0:
|
||
|
maxCollateralPerWorker: 1
|
||
|
minPricePerWorkerEpoch: 0.1
|
||
|
computePeers:
|
||
|
- nox-0
|
||
|
- nox-1
|
||
|
- nox-2
|