From 1115654848e53da63ee74b3724a116b04895f9a3 Mon Sep 17 00:00:00 2001 From: Jessie Keck Date: Wed, 28 Sep 2016 12:38:09 -0700 Subject: [PATCH] Enable the media and location based auth feature flags by default. --- config/settings.yml | 4 ++-- config/settings/test.yml | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/config/settings.yml b/config/settings.yml index ee3b258c..681717cd 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -35,5 +35,5 @@ user: cors: allow_origin_url: 'https://embed.stanford.edu' features: - streaming_media: false - location_auth: false + streaming_media: true + location_auth: true diff --git a/config/settings/test.yml b/config/settings/test.yml index 329ce61f..fdbeb599 100644 --- a/config/settings/test.yml +++ b/config/settings/test.yml @@ -6,7 +6,3 @@ user: location1: - ip.address1 - ip.address2 - -features: - streaming_media: true - location_auth: true