Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> |
||
---|---|---|
.. | ||
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.