Skip to content

Commit 6c30489

Browse files
committed
Set the port on the mongoid dev and test env
1 parent db29fda commit 6c30489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/mongoid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ development:
33
default:
44
database: badgify_development
55
hosts:
6-
- localhost
6+
- localhost:27017
77

88
test:
99
sessions:
1010
default:
1111
database: badgify_test
1212
hosts:
13-
- localhost
13+
- localhost:27017
1414

1515
staging:
1616
sessions:

0 commit comments

Comments
 (0)