From 2f7eb1183b680d889e6c64e48f8c7994dc15b11a Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 17 Feb 2015 14:30:46 +0100 Subject: [PATCH] propel dist file removed --- propel.yaml-dist | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 propel.yaml-dist diff --git a/propel.yaml-dist b/propel.yaml-dist deleted file mode 100644 index 924cebc..0000000 --- a/propel.yaml-dist +++ /dev/null @@ -1,30 +0,0 @@ -propel: - database: - connections: - default: - adapter: mysql - classname: Propel\Runtime\Connection\ConnectionWrapper - dsn: "mysql:host=localhost;dbname=pdns" - user: root - password: root - 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: - defaultConnection: default - connections: [default] - - generator: - defaultConnection: default - connections: [default]