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

Commit 972b571

Browse files
committed
remove MIRA mentions
1 parent 4d62f86 commit 972b571

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ciso_assistant/settings.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
# SECURITY WARNING: don't run with debug turned on in production!
4848
DEBUG = os.environ.get('DJANGO_DEBUG') == 'True'
4949

50-
CISO_URL = os.environ.get('MIRA_URL', 'http://127.0.0.1:8000')
50+
CISO_URL = os.environ.get('CISO_URL', 'http://127.0.0.1:8000')
51+
print("coucou", CISO_URL)
5152
ALLOWED_HOSTS = [urlparse(CISO_URL).hostname]
5253
CSRF_TRUSTED_ORIGINS = [CISO_URL]
5354

@@ -262,7 +263,7 @@
262263

263264
AUTHENTICATION_BACKENDS = ['passkeys.backend.PasskeyModelBackend']
264265
FIDO_SERVER_ID=urlparse(CISO_URL).hostname
265-
FIDO_SERVER_NAME="FidoMira"
266+
FIDO_SERVER_NAME="FidoCiso"
266267
# leave KEY_ATTACHMENT undefined to allow both platform and roaming authenticators
267268

268269
PASSWORD_HASHERS = [

0 commit comments

Comments
 (0)