Skip to content

Commit

Permalink
removing real email
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillen committed May 12, 2010
1 parent a975849 commit f8bebe1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -86,7 +86,7 @@ Three differences between development and production:
* **site_domain** Your production domain, used on static urls like email urls. ej: euruko2010.org * **site_domain** Your production domain, used on static urls like email urls. ej: euruko2010.org
* **site_name** ej: EuRuKo2010 * **site_name** ej: EuRuKo2010
* **email_sender** ej: EuRuKo <info@euruko2009.org> * **email_sender** ej: EuRuKo <info@euruko2009.org>
* **email_notification_recipients** Array with the emails to receive app notifications. ej: [fguillen.mail@gmail.com,pepe@pepe.com] * **email_notification_recipients** Array with the emails to receive app notifications. ej: [f.@gmail.com,pepe@pepe.com]
* **paypal_url** normally: https://www.paypal.com/cgi-bin/webscr * **paypal_url** normally: https://www.paypal.com/cgi-bin/webscr
* **paypal_seller** paypal username. ej: myuser@gmail.com * **paypal_seller** paypal username. ej: myuser@gmail.com
* **paypal_cert_id** paypal cert id. ej: Z954BH8ATL6XC * **paypal_cert_id** paypal cert id. ej: Z954BH8ATL6XC
Expand Down
6 changes: 3 additions & 3 deletions config/config.yml
Expand Up @@ -2,7 +2,7 @@ test:
site_domain: 127.0.0.1:3000 site_domain: 127.0.0.1:3000
site_name: EuRuKo_test site_name: EuRuKo_test
email_sender: EuRuKo <info@euruko2009.org> email_sender: EuRuKo <info@euruko2009.org>
email_notification_recipients: [fguillen.mail@gmail.com] email_notification_recipients: [f.@gmail.com]
paypal_url: https://www.sandbox.paypal.com/cgi-bin/webscr paypal_url: https://www.sandbox.paypal.com/cgi-bin/webscr
paypal_seller: seller_1231200230_biz@gmail.com paypal_seller: seller_1231200230_biz@gmail.com
paypal_cert_id: Z954BH8ATL6XC paypal_cert_id: Z954BH8ATL6XC
Expand All @@ -20,7 +20,7 @@ development:
site_domain: 127.0.0.1:3000 site_domain: 127.0.0.1:3000
site_name: EuRuKo_development site_name: EuRuKo_development
email_sender: EuRuKo <info@euruko2009.org> email_sender: EuRuKo <info@euruko2009.org>
email_notification_recipients: [fguillen.mail@gmail.com] email_notification_recipients: [f.@gmail.com]
paypal_url: https://www.sandbox.paypal.com/cgi-bin/webscr paypal_url: https://www.sandbox.paypal.com/cgi-bin/webscr
paypal_seller: seller_1231200230_biz@gmail.com paypal_seller: seller_1231200230_biz@gmail.com
paypal_cert_id: Z954BH8ATL6XC paypal_cert_id: Z954BH8ATL6XC
Expand All @@ -38,7 +38,7 @@ production:
site_domain: eurukostaging.fernandoguillen.info site_domain: eurukostaging.fernandoguillen.info
site_name: EuRuKo site_name: EuRuKo
email_sender: EuRuKo <info@euruko2009.org> email_sender: EuRuKo <info@euruko2009.org>
email_notification_recipients: [fguillen.mail@gmail.com] email_notification_recipients: [f.@gmail.com]
paypal_url: https://www.sandbox.paypal.com/cgi-bin/webscr paypal_url: https://www.sandbox.paypal.com/cgi-bin/webscr
paypal_seller: seller_1231200230_biz@gmail.com paypal_seller: seller_1231200230_biz@gmail.com
paypal_cert_id: Z954BH8ATL6XC paypal_cert_id: Z954BH8ATL6XC
Expand Down

0 comments on commit f8bebe1

Please sign in to comment.