Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
remove MIRA mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-intuitem committed Dec 9, 2023
1 parent 4d62f86 commit 972b571
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ciso_assistant/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit 972b571

Please sign in to comment.