Add ignore for frontend files and change database name

This commit is contained in:
Manson Wang 2014-04-01 20:50:52 +08:00
parent ddba41ce06
commit df5c4fcec3
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/tmp /tmp
/Gemfile.lock /Gemfile.lock
/app/views/frontend/*

View File

@ -5,7 +5,7 @@ development:
default: default:
# Defines the name of the default database that Mongoid can connect to. # Defines the name of the default database that Mongoid can connect to.
# (required). # (required).
database: orbit_store_development database: orbit_4_5
# Provides the hosts the default session can connect to. Must be an array # Provides the hosts the default session can connect to. Must be an array
# of host:port pairs. (required) # of host:port pairs. (required)
hosts: hosts:
@ -60,7 +60,7 @@ development:
test: test:
sessions: sessions:
default: default:
database: orbit_store_test database: orbit_4_5
hosts: hosts:
- localhost:27017 - localhost:27017
options: options: