-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpropel.yaml.dist
37 lines (37 loc) · 1.19 KB
/
propel.yaml.dist
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
propel:
database:
connections:
default:
adapter: mysql
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"
classname: Propel\Runtime\Connection\ConnectionWrapper
dsn: "mysql:host=YOUR_HOSTNAME;dbname=YOUR_DB_NAME"
user: YOUR_USERNAME
password: YOUR_PASSWORD
attributes:
reverse:
connection: default
runtime:
defaultConnection: default
connections:
- default
log:
defaultLogger:
type: stream
path: YOUR_LOG_PATH
level: 300
generator:
defaultConnection: default
connections:
- default
schema:
autoPackage: true
paths:
phpConfDir: config/propel
sqlDir: model/sql
migrationDir: model/migrations
schemaDir: model/schemas
phpDir: model/classes