Skip to content

Commit

Permalink
fix google adsense config
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Sep 3, 2024
1 parent 003193c commit 46053b5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/Config/GoogleAdsense.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,36 @@
'email' => 'email@example.com',
'issues' => 'https://github.com/xxl4'
],

/**
*
* Auth Config for google adsense
*
*/
'AuthConfig' => storage_path('app/googleadsense.json'),

/**
*
* Access Type for google adsense
*
*/
'AccessType' => 'offline',

/**
*
* Scopes for google adsense
*
*/
'Scopes' => [
'https://www.googleapis.com/auth/adsense.readonly',
'https://www.googleapis.com/auth/adsense'
],

/**
*
* Redirect URI for google adsense
*
*/

'RedirectUri' => 'http://localhost:8000/googleadsense/callback',
];

0 comments on commit 46053b5

Please sign in to comment.