Update settings.py.example

This commit is contained in:
johanko 2016-04-18 07:55:46 +02:00
parent 1759e32203
commit 81ecba59e4

View File

@ -174,11 +174,6 @@ STATIC_ROOT = '/home/allianceserver/allianceauth/static/'
# This directory needs to be writable by the webserver # This directory needs to be writable by the webserver
EVEWHO_CACHE_DIR = '{}/cache'.format(BASE_DIR) EVEWHO_CACHE_DIR = '{}/cache'.format(BASE_DIR)
# Cache directory for Fleet-Up, no ending /
# by default this becomes ~/<installdir>/alliance_auth/cache
# This directory needs to be writable by the webserver
FLEETUP_CACHE_DIR = '{}/cache'.format(BASE_DIR)
##################################################### #####################################################
## ##
## Auth configuration starts here ## Auth configuration starts here