Skip to content
Snippets Groups Projects
Unverified Commit 92dcebc5 authored by Feanil Patel's avatar Feanil Patel Committed by GitHub
Browse files

Merge pull request #25357 from edx/feanil/bokchoy_secret_key

Add a secret key to bok_choy_dockery.yml so that it can actually be run.
parents e2303198 cc125937
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment