propel.targetPackage = lib.model propel.packageObjectModel = true propel.project = zlotemysli propel.database = pgsql propel.database.driver = pgsql propel.database.url = sqlite:%SF_DATA_DIR%/sandbox.db propel.database.creole.url = ${propel.database.url} propel.database.user = root propel.database.password = propel.database.encoding = utf8 ; mysql options propel.mysql.tableType = InnoDB propel.addVendorInfo = true propel.addGenericAccessors = true propel.addGenericMutators = true propel.addTimeStamp = true propel.addValidators = false propel.useDateTimeClass = true propel.defaultTimeStampFormat = Y-m-d H:i:s propel.defaultTimeFormat = H:i:s propel.defaultDateFormat = Y-m-d propel.schema.validate = false propel.samePhpName = false propel.disableIdentifierQuoting = false propel.emulateForeignKeyConstraints = true ; directories propel.home = . propel.output.dir = /var/www/production/sfweb/www/cache/symfony-for-release/1.2.4/sf_sandbox propel.schema.dir = ${propel.output.dir}/config propel.conf.dir = ${propel.output.dir}/config propel.phpconf.dir = ${propel.output.dir}/config propel.sql.dir = ${propel.output.dir}/data/sql propel.runtime.conf.file = runtime-conf.xml propel.php.dir = ${propel.output.dir} propel.default.schema.basename = schema propel.datadump.mapper.from = *schema.xml propel.datadump.mapper.to = *data.xml ; builder settings propel.builder.addComments = true propel.builder.addBehaviors = true ; behaviors propel.behavior.default = symfony,symfony_i18n propel.behavior.symfony.class = plugins.sfPropelPlugin.lib.behavior.SfPropelBehaviorSymfony propel.behavior.symfony_i18n.class = plugins.sfPropelPlugin.lib.behavior.SfPropelBehaviorI18n propel.behavior.symfony_i18n_translation.class = plugins.sfPropelPlugin.lib.behavior.SfPropelBehaviorI18nTranslation propel.behavior.symfony_behaviors.class = plugins.sfPropelPlugin.lib.behavior.SfPropelBehaviorSymfonyBehaviors propel.behavior.symfony_timestampable.class = plugins.sfPropelPlugin.lib.behavior.SfPropelBehaviorTimestampable