diff --git a/alliance_auth/settings.py.example b/alliance_auth/settings.py.example index b1f69627..5486d1f5 100644 --- a/alliance_auth/settings.py.example +++ b/alliance_auth/settings.py.example @@ -174,11 +174,6 @@ STATIC_ROOT = '/home/allianceserver/allianceauth/static/' # This directory needs to be writable by the webserver EVEWHO_CACHE_DIR = '{}/cache'.format(BASE_DIR) -# Cache directory for Fleet-Up, no ending / -# by default this becomes ~//alliance_auth/cache -# This directory needs to be writable by the webserver -FLEETUP_CACHE_DIR = '{}/cache'.format(BASE_DIR) - ##################################################### ## ## Auth configuration starts here