Commit 46c45a1a by David Ormsbee

add temp staging config for testing

parent d50568f4
...@@ -12,6 +12,24 @@ test: ...@@ -12,6 +12,24 @@ test:
hosts: hosts:
- localhost:27017 - localhost:27017
staging2:
sessions:
default:
database: cs_comments_service_staging
hosts:
- alex.mongohq.com:10079
username: forum
password: forum
staging:
sessions:
default:
database: cs_comments_service_staging
hosts:
- ds037047.mongolab.com:37047
username: forum
password: forum
defaults: &defaults defaults: &defaults
use_utc: false use_utc: false
use_activesupport_time_zone: true use_activesupport_time_zone: true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment