mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/operations/configuration/configuration-overview.md
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
dfaf3a88fc
commit
9fb3cbf416
|
@ -23,7 +23,7 @@ In self hosted mode, the Dapr configuration is a [configuration file]({{< ref co
|
|||
- Linux/MacOs: `$HOME/.dapr/config.yaml`
|
||||
- Windows: `%USERPROFILE%\.dapr\config.yaml`
|
||||
|
||||
A Dapr sidecar can also apply a configuration by using a `--config` flag to the file path with `dapr run` CLI command.
|
||||
An application can also apply a configuration by using a `--config` flag to the file path with `dapr run` CLI command.
|
||||
|
||||
{{% /codetab %}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue