mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/concepts/components-concept.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
This commit is contained in:
parent
ffdbf0a787
commit
21a8b76360
|
@ -51,7 +51,7 @@ A [secret]({{<ref "secrets-overview.md">}}) is any piece of private information
|
|||
|
||||
## Configuration stores
|
||||
|
||||
Configuration stores are used to save application data which can then be read by application instances on startup or be notified of when changes occur. This allows for dynamic configuration.
|
||||
Configuration stores are used to save application data, which can then be read by application instances on startup or notified of when changes occur. This allows for dynamic configuration.
|
||||
|
||||
- [List of supported configuration stores]({{< ref supported-configuration-stores >}})
|
||||
- [Configuration store implementations](https://github.com/dapr/components-contrib/tree/master/configuration)
|
||||
|
|
Loading…
Reference in New Issue