Sync
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'sandbox_mode' => env('SANDBOX_MODE', false),
|
||||
|
||||
'login' => env('DATAFORSEO_LOGIN', 'login'),
|
||||
|
||||
'password' => env('DATAFORSEO_PASSWORD', 'password'),
|
||||
@@ -11,4 +14,6 @@
|
||||
|
||||
'url' => 'https://api.dataforseo.com',
|
||||
|
||||
'sandbox_url' => 'https://sandbox.dataforseo.com',
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user