Skip to content

Commit

Permalink
Merge pull request #27 from pfleckenbw/patch-2
Browse files Browse the repository at this point in the history
 disable provider by default
  • Loading branch information
ThaDafinser authored Oct 17, 2016
2 parents a25523a + d8b335a commit 84f247a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ return [
*/
'noMatch' => [
'visitorInfo' => [
'location_provider' => 'unknown'
           // Provider requires the "Provider" Plugin to be active. (Disabled by default in Version 2.15 and above)
//'location_provider' => 'unknown'
]
],

Expand All @@ -80,7 +81,8 @@ return [
'location_longitude' => '9.662304',

//enter your company name or do it based on your domain hierarchy
'location_provider' => 'myCompany'
           // Provider requires the "Provider" Plugin to be active. (Disabled by default in Version 2.15 and above)
//'location_provider' => 'myCompany'
],
'networks' => [
//enter here all subnetworks for this location
Expand Down
6 changes: 4 additions & 2 deletions data.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
*/
'noMatch' => [
'visitorInfo' => [
'location_provider' => 'unknown'
// Provider requires the "Provider" Plugin to be active. (Disabled by default in Version 2.15 and above)
//'location_provider' => 'unknown'
]
],

Expand All @@ -35,7 +36,8 @@
'location_longitude' => '9.662304',
//enter your company name or do it based on your domain hierarchy
'location_provider' => 'myCompany'
// Provider requires the "Provider" Plugin to be active. (Disabled by default in Version 2.15 and above)
//'location_provider' => 'myCompany'
],
'networks' => [
//enter here all subnetworks for this location
Expand Down

0 comments on commit 84f247a

Please sign in to comment.