pdns-console/propel.yaml-dist

31 lines
924 B
Plaintext
Raw Normal View History

2015-02-17 01:19:26 +01:00
propel:
database:
connections:
2015-02-17 01:54:12 +01:00
default:
2015-02-17 01:19:26 +01:00
adapter: mysql
classname: Propel\Runtime\Connection\ConnectionWrapper
dsn: "mysql:host=localhost;dbname=pdns"
2015-02-17 01:54:12 +01:00
user: root
password: root
2015-02-17 01:19:26 +01:00
attributes:
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"
paths:
projectDir: src/
schemaDir: src/
outputDir: src/
phpDir: src/
sqlDir: app/propel/sql
migrationDir: app/propel/migration
runtime:
2015-02-17 01:54:12 +01:00
defaultConnection: default
connections: [default]
2015-02-17 01:19:26 +01:00
generator:
2015-02-17 01:54:12 +01:00
defaultConnection: default
connections: [default]