X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/78644811ca0c6042212788dc67add42bc41fb74c..514e98aeae05045d0086aae39960124a572e646f:/platforma/localsettings.sample diff --git a/platforma/localsettings.sample b/platforma/localsettings.sample index 1bac9557..c174cf92 100644 --- a/platforma/localsettings.sample +++ b/platforma/localsettings.sample @@ -14,26 +14,5 @@ REPOSITORY_PATH = '/home/user/repository' # Subdirectory of STATIC_ROOT containing images IMAGE_DIR = 'images' -# Authentication via Central Authentication Server -INSTALLED_APPS = ( - 'django.contrib.auth', - 'django.contrib.contenttypes', - 'django.contrib.sessions', - 'django.contrib.sites', - 'django.contrib.admin', - 'django.contrib.admindocs', - - 'cas_consumer', - 'explorer', - 'toolbar', - 'api', - 'wysiwyg', -) - -AUTHENTICATION_BACKENDS = ( - 'cas_consumer.backends.CASBackend', -) - -CAS_BASE = 'http://localhost:7000/' -CAS_SERVICE = 'http://localhost:8000/accounts/login/' +CAS_SERVICE_URL = 'http://stigma.nowoczesnapolska.org.pl/cas/'