12 lines
196 B
PHP
12 lines
196 B
PHP
<?php
|
|
|
|
return [
|
|
'google' => [
|
|
'auth_config' => storage_path('echoscoop-90d335332507.json'),
|
|
|
|
'scopes' => [
|
|
\Google_Service_Indexing::INDEXING,
|
|
],
|
|
],
|
|
];
|