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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ docker run --rm -v $PWD:/home/dv/shared -it ghcr.io/chainsecurity/deployment_val

## Configuration

Before `dv` can be used for validation and/or DVF creation, a configuration file has to be created. `dv` searches for the file in `~/.dvf_config.json` by default.
Before `dv` can be used for validation and/or DVF creation, a configuration file has to be created. `dv` searches for the file in `~/.dv_config.json` by default.
If you want to store the file at a different location, the `--config` parameter has to be used any time you run `dv`:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Configuration File

The configuration file is a JSON file that stores information used to generate dvf files; this includes parameters like RPC URLs, API keys, and trusted signers.
When running the `dvf` command, the default configuration file is expected at `$HOME/.dvf_config.json`. Otherwise, its path can be specified using the `-c` option.
When running the `dvf` command, the default configuration file is expected at `$HOME/.dv_config.json`. Otherwise, its path can be specified using the `-c` option.

| Field | Description |
| --- | --- |
Expand Down
Loading