diff --git a/.gitignore b/.gitignore index 5112e49..a14435c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /tmp /Gemfile.lock +/app/views/frontend/* diff --git a/config/mongoid.yml b/config/mongoid.yml index e373b0a..e16bcd4 100644 --- a/config/mongoid.yml +++ b/config/mongoid.yml @@ -5,7 +5,7 @@ development: default: # Defines the name of the default database that Mongoid can connect to. # (required). - database: orbit_store_development + database: orbit_4_5 # Provides the hosts the default session can connect to. Must be an array # of host:port pairs. (required) hosts: @@ -60,7 +60,7 @@ development: test: sessions: default: - database: orbit_store_test + database: orbit_4_5 hosts: - localhost:27017 options: