mongoid config modify
This commit is contained in:
parent
5cc439aec1
commit
50324413c1
|
@ -8,11 +8,8 @@ test:
|
|||
|
||||
# set these environment variables on your prod server
|
||||
production:
|
||||
host: <%= ENV['MONGOID_HOST'] %>
|
||||
port: <%= ENV['MONGOID_PORT'] %>
|
||||
username: <%= ENV['MONGOID_USERNAME'] %>
|
||||
password: <%= ENV['MONGOID_PASSWORD'] %>
|
||||
database: <%= ENV['MONGOID_DATABASE'] %>
|
||||
host: localhost
|
||||
database: w_blog
|
||||
# slaves:
|
||||
# - host: slave1.local
|
||||
# port: 27018
|
||||
|
|
Loading…
Reference in New Issue