Anemos Node Configuration
Anemos Node Configuration
Preface
The Anemos node can be configured using a TOML file, which is a simple text format for configuration. This file is automatically created when the node initializes. Each node can have different settings and configurations based on its needs and requirements.
The config file can be found inside the working directory, typically located at:
~/anemos/config.tomlC:\Users\<USER_NAME>\anemos\config.tomlEditing Config File
Modifying the TOML file is straightforward, but because TOML is sensitive to spaces, it’s important to ensure the file is formatted correctly. Online tools like TOML Validator can help check the validity of the config file.
Example Configuration
Here is an example of Anemos config file.
Loading configuration...Last updated on