We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a4645 commit 5ed07a3Copy full SHA for 5ed07a3
_app/webauthnio/settings.py
@@ -4,7 +4,7 @@
4
# Build paths inside the project like this: BASE_DIR / 'subdir'.
5
BASE_DIR = Path(__file__).resolve().parent.parent
6
7
-# Get path to the file containing the secret (this is a Docker-specific method)
+# Get the path to the file containing the secret
8
_secret_key_file_path = os.getenv("DJANGO_SECRET_KEY_FILE")
9
if not _secret_key_file_path:
10
raise Exception("DJANGO_SECRET_KEY_FILE must be a file path string")
0 commit comments