forked from phpindonesia/phpindonesia
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild.properties.tpl
More file actions
26 lines (22 loc) · 808 Bytes
/
build.properties.tpl
File metadata and controls
26 lines (22 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
propel.project = phpindonesia
# The Propel driver to use for generating SQL, etc.
propel.database = mysql
# PDO DSN
propel.database.url = mysql:dbname=phpindonesia
propel.database.user = travis
propel.database.password =
# Environment
propel.namespace.autoPackage = true
propel.addGenericAccessors = true
propel.addGenericMutators = true
propel.runtime.conf.file = connection.xml
propel.buildtime.conf.file = buildtime.xml
propel.output.dir = ${propel.project.dir}
propel.php.dir = ${propel.output.dir}
propel.phpconf.dir = ${propel.output.dir}/conf
propel.runtime.phpconf.file = connection.php
propel.runtime.phpconf-classmap.file = classmap.php
# Migration setting
propel.migration.table = propel_migration
propel.migration.caseInsensitive = true
propel.migration.dir = ${propel.output.dir}/migrations