Skip to content

Commit 6f838a8

Browse files
committed
#44 Set geoip.service default to null
1 parent ab653de commit 6f838a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Run this on the command line from the root of your project:
3838
php artisan vendor:publish --provider="InteractionDesignFoundation\GeoIP\GeoIPServiceProvider" --tag=config
3939
```
4040

41+
and set the `GEOIP_SERVICE` env variable.
4142

4243
## Configuration
4344

config/geoip.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
|
4343
*/
4444

45-
'service' => env('GEOIP_SERVICE', 'ipapi'),
45+
'service' => env('GEOIP_SERVICE', null),
4646

4747
/*
4848
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)