Sha256: 3e74cff7d97677e83f0ebdd9252e1af9d4e4d56a25a44744202466156579ecf7
Contents?: true
Size: 477 Bytes
Versions: 1
Compression:
Stored size: 477 Bytes
Contents
development: host: localhost database: phoenix_dev test: host: localhost database: phoenix_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'] %> # slaves: # - host: slave1.local # port: 27018 # - host: slave2.local # port: 27019
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phoenix_core-0.2.1.beta | lib/generators/phoenix/dummy/templates/rails/mongoid.yml |