### from "symfony help propel:data-load": If you want to load data from other directories, you can use the --dir option: ./symfony propel:data-load --dir="data/fixtures" --dir="data/data" frontend
i.e. you can place production fixtures in one place(data/fixtures for example) p.s. it's also possible to load fixtures from migrations, which is my choice for production env. Benjamin wrote: > How do I specify which fixture files to use on a per environment > basis? I don't want test data fixtures being added to the production > database. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
