forked from saurabh/orbit4-5
Add ignore for frontend files and change database name
This commit is contained in:
parent
ddba41ce06
commit
df5c4fcec3
|
@ -16,3 +16,4 @@
|
|||
/tmp
|
||||
|
||||
/Gemfile.lock
|
||||
/app/views/frontend/*
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue