-
Notifications
You must be signed in to change notification settings - Fork 48
/
propel.yaml
executable file
·34 lines (31 loc) · 1.22 KB
/
propel.yaml
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
propel:
database:
connections:
Shop:
adapter: mysql
classname: Propel\Runtime\Connection\ConnectionWrapper
dsn: "mysql:host=localhost;dbname=imagecms"
user: root
password: root
settings:
charset: utf8
queries:
utf8: "SET NAMES utf8 COLLATE utf8_unicode_ci, COLLATION_CONNECTION = utf8_unicode_ci, COLLATION_DATABASE = utf8_unicode_ci, COLLATION_SERVER = utf8_unicode_ci"
runtime:
defaultConnection: Shop
connections:
- Shop
generator:
defaultConnection: Shop
objectModel:
emulateForeignKeyConstraints: true
connections:
- Shop
# namespaceAutoPackage: false
paths:
# The directory where Propel expects to find your `schema.xml` file.
schemaDir: ./application/modules/*/
# The directory where Propel should output generated object model classes.
phpDir: application/modules
# The directory where Propel should output the generated DDL (or data insert statements, etc.)
sqlDir: ./application/modules/install/generated-sql