Move cache busting parameter out of config.php

This commit is contained in:
Alex Tselegidis 2022-01-25 00:11:43 +01:00
parent 72baa18b86
commit 24f6b5b4e9
1 changed files with 0 additions and 12 deletions

View File

@ -303,18 +303,6 @@ $config['log_date_format'] = 'Y-m-d H:i:s';
*/
$config['cache_path'] = __DIR__ . '/../../storage/cache/';
/*
|--------------------------------------------------------------------------
| Cache Busting Token
|--------------------------------------------------------------------------
|
| This token will be appending to asset URLs in order to invalidate the browser
| cache and enforce end clients to fetch new files. Update the token with each
| new release.
|
*/
$config['cache_busting_token'] = 'ZV947';
/*
|--------------------------------------------------------------------------
| Encryption Key