Signed-off-by: Elena Kolevska <elena@kolevska.com> Co-authored-by: Bernd Verst <github@bernd.dev> |
||
---|---|---|
.. | ||
azure/appconfig | ||
postgres | ||
redis | ||
README.md | ||
metadata.go | ||
requests.go | ||
responses.go | ||
store.go |
README.md
Configuration
Configuration components provide a way for your applications to receive configuration values, dynamically.
Learn more about the Configuration building block in Dapr
Implementing a new configuration store
A compliant configuration store needs to implement the Store
inteface included in the store.go
file.