Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
sidebar_position: 2
sidebar_position: 1
description: Primary configuration file to describe the development environment for your blockchain.
title: Configuration File Documentation
---

# Configuration File Reference

After scaffolding a blockchain with Ignite CLI, you will find a configuration file at the root of your newly created directory.

The `config.yml` file generated in your blockchain folder uses key-value pairs
to describe the development environment for your blockchain.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
sidebar_position: 3
sidebar_position: 2
description: Configuration File Example.
title: Configuration File Example
---

## Configuration file example
## Configuration File Example

```yaml title="config.yml"
include: (string list) # Include incorporate a separate config.yml file directly in your current config file.
Expand Down
Loading