From cc1259376b7c638cd8d92a982ec842a33ba67ec8 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 15 Oct 2020 11:33:12 -0400 Subject: [PATCH] Add a secret key to bok_choy_dockery.yml so that it can actually be run. --- lms/envs/bok_choy_docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/bok_choy_docker.yml b/lms/envs/bok_choy_docker.yml index 30f168a65b..269e953e91 100644 --- a/lms/envs/bok_choy_docker.yml +++ b/lms/envs/bok_choy_docker.yml @@ -131,7 +131,7 @@ REGISTRATION_EXTENSION_FORM: openedx.core.djangoapps.user_api.tests.test_helpers REGISTRATION_EXTRA_FIELDS: {city: hidden, country: required, gender: optional, goals: optional, honor_code: required, level_of_education: optional, mailing_address: optional, terms_of_service: hidden, year_of_birth: optional} -SECRET_KEY: '' +SECRET_KEY: 'bokchoy_docker_secret_key' SERVER_EMAIL: devops@example.com SESSION_COOKIE_DOMAIN: null SITE_NAME: localhost:8003