diff --git a/ciso_assistant/VERSION b/ciso_assistant/VERSION index 2bd77c7..0383441 100644 --- a/ciso_assistant/VERSION +++ b/ciso_assistant/VERSION @@ -1 +1 @@ -0.9.4 \ No newline at end of file +0.9.5 \ No newline at end of file diff --git a/ciso_assistant/settings.py b/ciso_assistant/settings.py index 46f3505..1230b7c 100644 --- a/ciso_assistant/settings.py +++ b/ciso_assistant/settings.py @@ -47,7 +47,8 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = os.environ.get('DJANGO_DEBUG') == 'True' -CISO_URL = os.environ.get('MIRA_URL', 'http://127.0.0.1:8000') +CISO_URL = os.environ.get('CISO_URL', 'http://127.0.0.1:8000') +print("coucou", CISO_URL) ALLOWED_HOSTS = [urlparse(CISO_URL).hostname] CSRF_TRUSTED_ORIGINS = [CISO_URL] @@ -262,7 +263,7 @@ AUTHENTICATION_BACKENDS = ['passkeys.backend.PasskeyModelBackend'] FIDO_SERVER_ID=urlparse(CISO_URL).hostname -FIDO_SERVER_NAME="FidoMira" +FIDO_SERVER_NAME="FidoCiso" # leave KEY_ATTACHMENT undefined to allow both platform and roaming authenticators PASSWORD_HASHERS = [