diff --git a/cms/envs/bok_choy.env.json b/cms/envs/bok_choy.env.json index 943a80bf1e..14115e3612 100644 --- a/cms/envs/bok_choy.env.json +++ b/cms/envs/bok_choy.env.json @@ -67,7 +67,6 @@ }, "FEATURES": { "AUTH_USE_OPENID_PROVIDER": true, - "CERTIFICATES_ENABLED": true, "CERTIFICATES_HTML_VIEW": true, "ENABLE_DISCUSSION_SERVICE": true, "ENABLE_S3_GRADE_DOWNLOADS": true, diff --git a/lms/envs/bok_choy.env.json b/lms/envs/bok_choy.env.json index b73ed4f7c8..04b5076ead 100644 --- a/lms/envs/bok_choy.env.json +++ b/lms/envs/bok_choy.env.json @@ -72,7 +72,6 @@ }, "FEATURES": { "AUTH_USE_OPENID_PROVIDER": true, - "CERTIFICATES_ENABLED": true, "CERTIFICATES_HTML_VIEW": true, "CERTIFICATES_INSTRUCTOR_GENERATION": true, "ENABLE_PAYMENT_FAKE": true,