Fix typos
This commit is contained in:
parent
c006cfe5fb
commit
13de3232b3
|
@ -394,7 +394,7 @@ func initConfig() {
|
|||
} else {
|
||||
// Look in the current directory for a configuration file
|
||||
viper.AddConfigPath(".")
|
||||
// Viper auto appends extention to this config name
|
||||
// Viper auto appends extension to this config name
|
||||
// For example, lightwalletd.yml
|
||||
viper.SetConfigName("lightwalletd")
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ docker plugin install grafana/loki-docker-driver:latest --alias loki --grant-all
|
|||
|
||||
## Setup .env file
|
||||
|
||||
Copy `.env.example` to `.env` and change any required paramaters.
|
||||
Copy `.env.example` to `.env` and change any required parameters.
|
||||
|
||||
| Variable | Usage |
|
||||
| ------------- |:-------------:|
|
||||
|
@ -100,7 +100,7 @@ This should then be taken to the `Zcashd node exporter` dashboard.
|
|||
|
||||
If all goes as planned, the dashboard should start populating data from the container services.
|
||||
|
||||
If there are an issues, you can view all the `docker-compose` services under the `Explore` section.
|
||||
If there are any issues, you can view all the `docker-compose` services under the `Explore` section.
|
||||
|
||||
# Viewing container logs
|
||||
|
||||
|
|
Loading…
Reference in New Issue