commit b3a58ce1b753f55f31425a026224336ef4143061
Author: hasse <hasegawa@i-hearts.jp>
Date:   Tue Mar 8 01:46:11 2016 -0500

    お問あわせ完了

diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php
index cf2cb01..e438d47 100755
--- a/app/Config/bootstrap.php
+++ b/app/Config/bootstrap.php
@@ -90,6 +90,8 @@ Cache::config('default', array('engine' => 'File'));
  *
  * ));
  */
+Configure::write('Recaptcha.publicKey', 'your-public-api-key');
+Configure::write('Recaptcha.privateKey', 'your-private-api-key');
 Configure::write('Dispatcher.filters', array(
 	'AssetDispatcher',
 	'CacheDispatcher'
