Files
productalert/config/laravel-google-indexing.php

12 lines
201 B
PHP

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