We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 772ddb1 + 6ac1b7d commit d8e6b6eCopy full SHA for d8e6b6e
config.py
@@ -195,5 +195,3 @@
195
# Rotate E2E Messaging RSA Key
196
ROTATE_E2E_MESSAGING_RSA_KEY_INTERVAL = int(os.environ.get("ROTATE_E2E_MESSAGING_RSA_KEY_INTERVAL")) \
197
if os.environ.get("ROTATE_E2E_MESSAGING_RSA_KEY_INTERVAL") else 10
198
-E2E_MESSAGING_RSA_DEFAULT_PASSPHRASE = \
199
- os.environ.get("ROTATE_E2E_MESSAGING_RSA_KEY_DEFAULT_PASSPHRASE") or "password"
0 commit comments