project.home = /home/naomiaro/dev-campcaster/campcaster project.build = ${project.home}/build #Database driver propel.database = pgsql propel.database.url = pgsql:host=localhost dbname=campcaster user=campcaster password=campcaster #Project name propel.project = campcaster propel.schema.dir = ${project.build} propel.conf.dir = ${project.build} # set the directories for the generated output, i.e. the data object classes, a # PHP file with the configuration data and the SQL files propel.output.dir = ${project.home} propel.php.dir = ${propel.output.dir}/application/models propel.phpconf.dir = ${propel.output.dir}/application/configs propel.sql.dir = ${project.build}/sql # set the name for the configuration file propel.runtime.phpconf.file = propel-config.php