Skip to content

Commit

Permalink
Enable the media and location based auth feature flags by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeck committed Sep 28, 2016
1 parent d526d72 commit 1115654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions config/settings/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ user:
location1:
- ip.address1
- ip.address2

features:
streaming_media: true
location_auth: true

0 comments on commit 1115654

Please sign in to comment.