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