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
|
/tmp
|
||||||
|
|
||||||
/Gemfile.lock
|
/Gemfile.lock
|
||||||
|
/app/views/frontend/*
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue