On 3/3/08, ebdb <[EMAIL PROTECTED]> wrote: > If I change it to point to my local MySQL server, will that mess everything > up when I try to run the app on Heroku? Or can I put whatever I want > in my local database.yml?
You can put whatever you want. Heroku uses Postgres; the API writes a custom database.yml with SQLite3 since it's the Rails default. Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
