From cac912c95f570749868597b001459ee0abdaaab2 Mon Sep 17 00:00:00 2001 From: Skud Date: Sat, 6 Oct 2012 21:48:59 +0100 Subject: [PATCH 1/2] More tweaks to get staging working --- config/deploy/staging.rb | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 config/deploy/staging.rb diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb new file mode 100644 index 000000000..e69de29bb From be029541ee849f85383ed1b836b357d52b29b1e7 Mon Sep 17 00:00:00 2001 From: Skud Date: Sat, 6 Oct 2012 21:52:40 +0100 Subject: [PATCH 2/2] and the database config --- config/database.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/database.yml b/config/database.yml index 9e395eeac..ebdfe92a9 100644 --- a/config/database.yml +++ b/config/database.yml @@ -20,4 +20,10 @@ production: password: thisisnottherealpassword staging: - production + adapter: postgresql + database: growstuff_prod + pool: 5 + timeout: 5000 + username: growstuff + host: localhost + password: thisisnottherealpassword