mongoid fix

This commit is contained in:
Harry Bomrah 2015-04-14 16:18:44 +08:00
parent 5aac9b297d
commit ec4f54fcc4
1 changed files with 3 additions and 3 deletions

View File

@ -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