Commit fddf3d19 by e0d

new edge environments

parent e0162999
...@@ -30,6 +30,32 @@ production: ...@@ -30,6 +30,32 @@ production:
safe: true safe: true
consistency: strong consistency: strong
edgeprod:
sessions:
default:
hosts:
- sayid.member1.mongohq.com:10001
username: <%= ENV['MONGOHQ_USER'] %>
password: <%= ENV['MONGOHQ_PASS'] %>
database: app10640640
options:
skip_version_check: true
safe: true
consistency: strong
edgestage:
sessions:
default:
hosts:
- vincent.mongohq.com:10001
username: <%= ENV['MONGOHQ_USER'] %>
password: <%= ENV['MONGOHQ_PASS'] %>
database: app10640673
options:
skip_version_check: true
safe: true
consistency: strong
staging: staging:
sessions: sessions:
default: default:
......
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