diff -r d2af8a210f5d -r 8e4fe6f3337d thd/config/.svn/text-base/databases.yml.svn-base --- a/thd/config/.svn/text-base/databases.yml.svn-base Wed Jun 01 14:07:43 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -dev: - propel: - param: - classname: DebugPDO - -test: - propel: - param: - classname: DebugPDO - -all: - propel: - class: sfPropelDatabase - param: - classname: PropelPDO - dsn: mysql:dbname=thd;host=localhost - username: root - password: - encoding: utf8 - persistent: true - pooling: true