How does Propel determine which database to use for command-line tools (ex. "propel:build-all")? I'm setting up two environments (production and staging), and the databases will be different for each.
Is it "propel.ini" or "databases.yml"? If the former, does symfony auto-generate that file?
I would greatly appreciate any help. Thank you!