-
Notifications
You must be signed in to change notification settings - Fork 1
/
build.properties
39 lines (31 loc) · 1.36 KB
/
build.properties
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
27
28
29
30
31
32
33
34
35
36
37
38
39
propel.project = RadioHipster
propel.php.dir = ${propel.project.dir}/src/
propel.phpconf.dir = ${propel.project.dir}/config/
propel.sql.dir = ${propel.project.dir}/sql/
propel.namespace.autoPackage = true
propel.packageObjectModel = true
propel.database = mysql
propel.mysqlTableType = InnoDB
# Connection parameters
propel.database.url = mysql:host=mysql1.alwaysdata.com;dbname=etuwebdev_radiohipster
propel.database.user = etuwebdev_test
propel.database.password = test
# Enable full use of the DateTime class.
# Setting this to true means that getter methods for date/time/timestamp
# columns will return a DateTime object when the default format is empty.
propel.useDateTimeClass = true
# Specify a custom DateTime subclass that you wish to have Propel use
# for temporal values.
propel.dateTimeClass = DateTime
# These are the default formats that will be used when fetching values from
# temporal columns in Propel. You can always specify these when calling the
# methods directly, but for methods like getByName() it is nice to change
# the defaults.
# To have these methods return DateTime objects instead, you should set these
# to empty values
propel.defaultTimeStampFormat =
propel.defaultTimeFormat =
propel.defaultDateFormat =
propel.defaultKeyType = fieldName
# Better Pluralizer
propel.builder.pluralizer.class = builder.util.StandardEnglishPluralizer