Changes for docs/configuration.rst: 1 added line, 1 removed line.
Original line number
Diff line number
Diff line
Configuration
=============
Providence's configuration options allow you to customize some of its automation. Each state management plugin comes with its own default settings for Providence that handle translating its functionality. In most cases, you'll not want to change anything more than the :js:attr:`netCall <GlobalOptions.netCall>` option. However, you can extend Providence's controllers, or even implement support for your favorite state management backend if the included ones don't hande your needs.
Providence's configuration options allow you to customize some of its automation. Each state management plugin comes with its own default settings for Providence that handle translating its functionality. Providence tries as much as possible to configure with sane defaults, but you will likely have to override at least a few settings, such as the :js:attr:`netCall <ProvidenceClient.netCall>` setting in the :js:class:`client <ProvidenceClient>`.