diff --git a/alliance_auth/settings.py.example b/alliance_auth/settings.py.example index 977cd9c0..e01d1176 100755 --- a/alliance_auth/settings.py.example +++ b/alliance_auth/settings.py.example @@ -179,11 +179,6 @@ USE_TZ = True STATIC_URL = '/static/' STATIC_ROOT = '/home/allianceserver/allianceauth/static/' -# Cache directory for EveWho, no ending / -# by default this becomes ~//alliance_auth/cache -# This directory needs to be writable by the webserver -EVEWHO_CACHE_DIR = '{}/cache'.format(BASE_DIR) - ##################################################### ##