This repository contains the configuration of the Monocle Demo Node. Configuration is defined using the Dhall language and the dhall-monocle binding.
- Change config.dhall according to your need
- Ensure the configuration format by running:
dhall-to-yaml --file config.dhall
dhall format --inplace ./config.dhall
- Submit the Pull Request
- Wait for the CI to success