* change layout * change layout * #22 - wip * wip * wip * #22 - wip * #22 - wip * #22 - wip * #22 - wip * #22 - fix * #22 - wip * #22 - added some tests * #22 - wip * #22 - wip * #22 - fix * #22 - wip * #22 - wip * #22 - wip * #22 - fix * #22 - fix * #22 - fix * #22 - fix * #22 - fix * #22 - fix * #6 - wip * #6 - update readme * #6 - fix Co-authored-by: EwelinaLasowy <ewelina.lasowy@blumilk.pl>
This commit is contained in:
19
config/google-calendar.php
Normal file
19
config/google-calendar.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
"default_auth_profile" => env("GOOGLE_CALENDAR_AUTH_PROFILE", "service_account"),
|
||||
"auth_profiles" => [
|
||||
"service_account" => [
|
||||
"credentials_json" => storage_path("app/google-calendar/service-account-credentials.json"),
|
||||
],
|
||||
"oauth" => [
|
||||
"credentials_json" => storage_path("app/google-calendar/oauth-credentials.json"),
|
||||
"token_json" => storage_path("app/google-calendar/oauth-token.json"),
|
||||
],
|
||||
],
|
||||
|
||||
"calendar_id" => env("GOOGLE_CALENDAR_ID"),
|
||||
"user_to_impersonate" => env("GOOGLE_CALENDAR_IMPERSONATE"),
|
||||
];
|
Reference in New Issue
Block a user