Update configuration

Timothy Warren 2018-02-05 16:32:14 -05:00
parent cf4fd59e7d
commit cff2b0c523
1 changed files with 1 additions and 1 deletions

@ -7,7 +7,7 @@ All user config lives in the `app/config` folder, using [TOML](https://github.co
### cache.toml
Cache setup
* **driver** - the caching backend, one of: `apcu`, `memcached`, `null` (no-caching), or `redis`
* **driver** - the caching backend, one of: `memcached`, `redis`, or `null` (no-caching)
* **[connection]** - connection information for the selected cache