server/src/config/cache.php
changeset 20 a9b98b16b053
parent 2 00e2916104fe
child 428 76a47f714766
equal deleted inserted replaced
19:eadaf0b8f02e 20:a9b98b16b053
    72     | be other applications utilizing the same cache. So, we'll specify a
    72     | be other applications utilizing the same cache. So, we'll specify a
    73     | value to get prefixed to all our keys so we can avoid collisions.
    73     | value to get prefixed to all our keys so we can avoid collisions.
    74     |
    74     |
    75     */
    75     */
    76 
    76 
    77     'prefix' => 'laravel',
    77     'prefix' => 'corpus',
    78 
    78 
    79 ];
    79 ];