Skip to content

Commit

Permalink
Merge pull request #108 from sul-dlss/enable-media-and-location
Browse files Browse the repository at this point in the history
Enable the media and location based auth feature flags by default.
  • Loading branch information
jmartin-sul authored Sep 28, 2016
2 parents d526d72 + 1115654 commit 1488f4d
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 1488f4d

Please sign in to comment.