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