production mode
This commit is contained in:
parent
8b576cac48
commit
f99321c279
|
@ -16,8 +16,10 @@ test:
|
||||||
|
|
||||||
# set these environment variables on your prod server
|
# set these environment variables on your prod server
|
||||||
production:
|
production:
|
||||||
host: <%= ENV['MONGOID_HOST'] %>
|
# host: <%= ENV['MONGOID_HOST'] %>
|
||||||
port: <%= ENV['MONGOID_PORT'] %>
|
# port: <%= ENV['MONGOID_PORT'] %>
|
||||||
username: <%= ENV['MONGOID_USERNAME'] %>
|
# username: <%= ENV['MONGOID_USERNAME'] %>
|
||||||
password: <%= ENV['MONGOID_PASSWORD'] %>
|
# password: <%= ENV['MONGOID_PASSWORD'] %>
|
||||||
database: <%= ENV['MONGOID_DATABASE'] %>
|
# database: <%= ENV['MONGOID_DATABASE'] %>
|
||||||
|
<<: *defaults
|
||||||
|
database: prototype_r4_development
|
Reference in New Issue