From 81ecba59e4fb7e83ba999904c2fdb86a06a715a1 Mon Sep 17 00:00:00 2001 From: johanko Date: Mon, 18 Apr 2016 07:55:46 +0200 Subject: [PATCH] Update settings.py.example --- alliance_auth/settings.py.example | 5 ----- 1 file changed, 5 deletions(-) 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