Move cache busting parameter out of config.php
This commit is contained in:
parent
72baa18b86
commit
24f6b5b4e9
1 changed files with 0 additions and 12 deletions
|
@ -303,18 +303,6 @@ $config['log_date_format'] = 'Y-m-d H:i:s';
|
||||||
*/
|
*/
|
||||||
$config['cache_path'] = __DIR__ . '/../../storage/cache/';
|
$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
|
| Encryption Key
|
||||||
|
|
Loading…
Reference in a new issue