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 diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb new file mode 100644 index 000000000..e69de29bb