From 301fca186d52041f2aed52b3a9083fa82e1db133 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 8 Aug 2018 11:47:56 +0200 Subject: [PATCH] Propel configuration template replaced --- propel-dist.yaml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 propel-dist.yaml diff --git a/propel-dist.yaml b/propel-dist.yaml deleted file mode 100644 index e88311b..0000000 --- a/propel-dist.yaml +++ /dev/null @@ -1,32 +0,0 @@ -propel: - database: - connections: - default: - adapter: mysql - classname: Propel\Runtime\Connection\ConnectionWrapper - dsn: "mysql:host=DATABASE_HOST;dbname=DATABASE_NAME" - user: "DATABASE_USER" - password: "DATABASE_PASSWORD" - 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/ - phpConfDir: app/config/propel - sqlDir: app/propel/sql - migrationDir: app/propel/migration - - runtime: - defaultConnection: default - connections: [default] - - generator: - defaultConnection: default - connections: [default] - objectModel: - addClassLevelComment: false