Skip to content

Commit ace1052

Browse files
committed
Introduce GEOIP_SERVICE env var
1 parent 98ad09c commit ace1052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/geoip.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
|
4141
*/
4242

43-
'service' => 'ipapi',
43+
'service' => env('GEOIP_SERVICE', 'ipapi'),
4444

4545
/*
4646
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)