Configuration changes

Peak changes the default Statamic config. The following is different:

FileDefaultPeak
.env.exampleAdd more default Statamic and Redis settings by default.
app/Console/Kernel.phpAdd a schedule you can invoke via a cron to warm all caches.
app/providers/AppServiceProvider.phpLink to the Peak SEO addon when a 404 hits.
config/filesystems.phpFilesystems for the Images, Files, Favicon and Social Images asset containers.
config/ignition.php'editor' => env('IGNITION_EDITOR', 'phpstorm')'editor' => env('IGNITION_EDITOR', 'vscode')
config/ignition.php'theme' => env('IGNITION_THEME', 'light')'theme' => env('IGNITION_THEME', 'auto')
config/statamic/assets.phpdriver' => 'gd''driver' => env('IMAGE_MANIPULATION_DRIVER', 'gd')
config/statamic/assets.php'cache' => false'cache' => env('SAVE_CACHED_IMAGES', true),
config/statamic/assets.phpAdd a default replacement preset.
config/statamic/cp.phpA getting started widgetAdd alt text and page collection widgets.
config/statamic/cp.php'link_to_docs' => true'link_to_docs' => false
config/statamic/editions.php'pro' -> false'pro' -> true
config/statamic/git.phpAdd [BOT] to git commit message.
config/statamic/git.phpAdd favicons and social_images paths to Git tracking.
config/statamic/live_preview.phpThree breakpointsAll tailwinds breakpoints defined in tailwind.config.js
config/statamic/search.phptitle in search indextitle, and page_builder in search index
config/statamic/stache.php'watcher' => true'watcher' => env('STATAMIC_STACHE_WATCHER', true)
config/statamic/static_caching.php'rules' => [ // ]'rules' => 'all'
config/statamic/static_caching.php'exclude' => [ // ]'exclude' => '/sitemap.xml'
config/statamic/users.php'avatars' => 'initials''avatars' => 'gravatar'