From f62fc6d26cd7fc65c5d0de005c91f356e5870ba3 Mon Sep 17 00:00:00 2001 From: Luke Francl Date: Mon, 8 Feb 2010 13:53:43 -0600 Subject: [PATCH] database.yml example for PostgreSQL --- spec/db/config/database.psql.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 spec/db/config/database.psql.yml diff --git a/spec/db/config/database.psql.yml b/spec/db/config/database.psql.yml new file mode 100644 index 0000000..04adda8 --- /dev/null +++ b/spec/db/config/database.psql.yml @@ -0,0 +1,6 @@ +test: + adapter: postgresql + database: acts_as_archive + username: postgres + password: + host: localhost