Skip to content

Commit

Permalink
add output of google api for debug #35
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Feb 2, 2016
1 parent 7eb84b5 commit 4c0d693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@

curl_close($ch);
fclose($out);
var_dump(file_get_contents(APPPATH.'config/google-api.p12'));
}
$config['google_api_key'] = APPPATH.'config/google-api.p12';
$config['google_api_account'] = getenv("GOOGLE_API_ACCOUNT");

0 comments on commit 4c0d693

Please sign in to comment.