build.properties 880 B

12345678910111213141516171819202122232425
  1. #Note: project.home is automatically generated by the propel-install script.
  2. #Any manual changes to this value will be overwritten.
  3. project.home = /home/asantoni/airtime/airtime_mvc
  4. project.build = ${project.home}/build
  5. #Database driver
  6. propel.database = pgsql
  7. propel.database.url = pgsql:host=localhost dbname=airtime user=airtime password=airtime
  8. #Project name
  9. propel.project = airtime
  10. propel.schema.dir = ${project.build}
  11. propel.conf.dir = ${project.build}
  12. # set the directories for the generated output, i.e. the data object classes, a
  13. # PHP file with the configuration data and the SQL files
  14. propel.output.dir = ${project.home}
  15. propel.php.dir = ${propel.output.dir}/application/models
  16. propel.phpconf.dir = ${propel.output.dir}/application/configs
  17. propel.sql.dir = ${project.build}/sql
  18. # set the name for the configuration file
  19. # set the name for the configuration file