From: Radek Czajka Date: Tue, 23 Sep 2025 13:49:07 +0000 (+0200) Subject: move cas to env X-Git-Url: https://git.mdrn.pl/edumed.git/commitdiff_plain/b82365903f5a994fca30e6cf2f6c30c2c4b7c3a0 move cas to env --- diff --git a/src/edumed/settings/contrib.py b/src/edumed/settings/contrib.py index 076a4b3..d0e3015 100644 --- a/src/edumed/settings/contrib.py +++ b/src/edumed/settings/contrib.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- +import os -CAS_SERVER_URL = 'https://logowanie.nowoczesnapolska.org.pl/cas/' +CAS_SERVER_URL = os.environ.get('CAS_SERVER_URL') CAS_VERSION = '3' HONEYPOT_FIELD_NAME='miut'