����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.144.114.93 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/bofirm.gltechlimited.com/config/ |
Upload File : |
<?php return [ 'default_auth_profile' => env('GOOGLE_CALENDAR_AUTH_PROFILE', 'service_account'), 'auth_profiles' => [ /* * Authenticate using a service account. */ 'service_account' => [ /* * Path to the json file containing the credentials. */ 'credentials_json' => storage_path('app/google-calendar/service-account-credentials.json'), ], /* * Authenticate with actual google user account. */ 'oauth' => [ /* * Path to the json file containing the oauth2 credentials. */ 'credentials_json' => storage_path('app/google-calendar/oauth-credentials.json'), /* * Path to the json file containing the oauth2 token. */ 'token_json' => storage_path('app/google-calendar/oauth-token.json'), ], ], /* * The id of the Google Calendar that will be used by default. */ 'calendar_id' => env('GOOGLE_CALENDAR_ID'), /* * The email address of the user account to impersonate. */ 'user_to_impersonate' => env('GOOGLE_CALENDAR_IMPERSONATE'), ];