We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5acfc0 commit 6ddacb6Copy full SHA for 6ddacb6
1 file changed
ietf/checks.py
@@ -349,7 +349,7 @@ def check_svn_import(app_configs, **kwargs):
349
def check_api_key_in_local_settings(app_configs, **kwargs):
350
errors = []
351
import settings_local
352
- if settings.SERVER_MODE == 'development':
+ if settings.SERVER_MODE == 'production':
353
if not ( hasattr(settings_local, 'API_PUBLIC_KEY_PEM')
354
and hasattr(settings_local, 'API_PRIVATE_KEY_PEM')):
355
errors.append(checks.Critical(
0 commit comments