12 lines
199 B
PHP
12 lines
199 B
PHP
<?php
|
|
|
|
return [
|
|
'google' => [
|
|
'auth_config' => storage_path('futurewalker-8a2531e98458.json'),
|
|
|
|
'scopes' => [
|
|
\Google_Service_Indexing::INDEXING,
|
|
],
|
|
],
|
|
];
|