Top level fields
The top-level fields of the YAML configuration file.
name
The name of the project
rindexer.yaml
name: rETHIndexer
description
The description of the project
rindexer.yaml
name: rETHIndexer
description: My first rindexer project
repository
The repository of the project
rindexer.yaml
name: rETHIndexer
description: My first rindexer project
repository: https://github.com/joshstevens19/rindexer
environment_path
By default rindexer will load the environment variables from the .env
file in the root of the project.
You can override this by providing the path to the environment file you wish to use.
rindexer.yaml
name: rETHIndexer
description: My first rindexer project
repository: https://github.com/joshstevens19/rindexer
environment_path: "../../.env"
project_type
The rindexer project type
no-code
rindexer.yaml
name: rETHIndexer
description: My first rindexer project
repository: https://github.com/joshstevens19/rindexer
project_type: no-code
OR
rust
rindexer.yaml
name: rETHIndexer
description: My first rindexer project
repository: https://github.com/joshstevens19/rindexer
project_type: rust