forked from saurabh/orbit4-5
mongoid fix
This commit is contained in:
parent
5aac9b297d
commit
ec4f54fcc4
|
@ -1,14 +1,14 @@
|
|||
development:
|
||||
sessions:
|
||||
default:
|
||||
database: orbit_4_5_joshua
|
||||
database: orbit_4_5
|
||||
hosts:
|
||||
- localhost:27017
|
||||
|
||||
test:
|
||||
sessions:
|
||||
default:
|
||||
database: orbit_4_5_joshua
|
||||
database: orbit_4_5
|
||||
hosts:
|
||||
- localhost:27017
|
||||
options:
|
||||
|
@ -21,6 +21,6 @@ production:
|
|||
default:
|
||||
# username:
|
||||
# password:
|
||||
database: orbit_4_5_joshua
|
||||
database: orbit_4_5
|
||||
hosts:
|
||||
- localhost:27017
|
||||
|
|
Loading…
Reference in New Issue