* test * #48 - deployment * #48 - fixes * #48 - prod assets * #48 - readme for heroku deployment * #48 - fix * #48 - ecs fix * #48 - fix * #48 - fix * #48 - cr fix * #48 - remove predis dependency
This commit is contained in:
@@ -6,14 +6,9 @@ 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"),
|
||||
"credentials_json" => base_path("google-credentials.json"),
|
||||
],
|
||||
],
|
||||
|
||||
"calendar_id" => env("GOOGLE_CALENDAR_ID"),
|
||||
"user_to_impersonate" => env("GOOGLE_CALENDAR_IMPERSONATE"),
|
||||
];
|
||||
|
Reference in New Issue
Block a user