1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Updated cache buster

This commit is contained in:
Eldad Fux 2020-04-08 14:30:59 +03:00
parent 79560d5c7e
commit 21034f6fe3

View file

@ -32,7 +32,7 @@ const APP_EMAIL_SECURITY = 'security@localhost.test'; // Default security email
const APP_USERAGENT = APP_NAME.'-Server v%s. Please report abuse at %s';
const APP_MODE_ADMIN = 'admin';
const APP_PAGING_LIMIT = 15;
const APP_CACHE_BUSTER = 55;
const APP_CACHE_BUSTER = 56;
const APP_VERSION_STABLE = '0.5.3';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_CACHE = '/storage/cache';