X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/c7c135891a6cde01db933e9c12b74b71734ad673..741cdfe32a8529ef11e24ddccafd0013289c56e5:/Command/Calendar2Command.php diff --git a/Command/Calendar2Command.php b/Command/Calendar2Command.php index c0a739f..ea218e3 100644 --- a/Command/Calendar2Command.php +++ b/Command/Calendar2Command.php @@ -69,8 +69,8 @@ class Calendar2Command extends Command { $this->client = new Client( [ 'application_name' => $_ENV['RAPSYSAIR_GOOGLE_PROJECT'], - 'client_id' => $_ENV['RAPSYSAIR_GOOGLE_CLIENT'], - 'client_secret' => $_ENV['RAPSYSAIR_GOOGLE_SECRET'], + 'client_id' => $_ENV['GOOGLE_CLIENT_ID'], + 'client_secret' => $_ENV['GOOGLE_CLIENT_SECRET'], 'redirect_uri' => $this->router->generate('rapsysair_google_callback', [], UrlGeneratorInterface::ABSOLUTE_URL), 'scopes' => $this->scopes, 'access_type' => 'offline',