Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 606 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 606 Bytes

Demo Node Config

This repository contains the configuration of the Monocle Demo Node. Configuration is defined using the Dhall language and the dhall-monocle binding.

How to edit

  • 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