Merge pull request #942 from edx/ormsbee/aws_verify_settings

Tiny change to pull in student verification settings on aws envs
This commit is contained in:
David Ormsbee
2013-09-11 22:08:44 -07:00

View File

@@ -254,3 +254,6 @@ BROKER_URL = "{0}://{1}:{2}@{3}/{4}".format(CELERY_BROKER_TRANSPORT,
CELERY_BROKER_PASSWORD,
CELERY_BROKER_HOSTNAME,
CELERY_BROKER_VHOST)
# Student identity verification settings
VERIFY_STUDENT = AUTH_TOKENS.get("VERIFY_STUDENT", "")