More docs

Timothy Warren 2017-02-21 14:31:30 -05:00
parent ac62da1042
commit 04db2730b8
2 changed files with 5 additions and 1 deletions

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

@ -4,4 +4,4 @@ Here is some more in-depth information about setting up Hummingbird.
## Pages
* [Configuration](./configuration.md)
* [Configuration](./configuration)