Skip to content

Commit 4110267

Browse files
razielraziel
raziel
authored and
raziel
committed
fix unexpected token
1 parent 7e53e8a commit 4110267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//in case mongodb installed locally
44
//var mongourl = process.env.MONGO_URI? process.env.MONGO_URI : 'mongodb://localhost:27017/exampleDb';
55

6-
..
6+
77
var mongourl = process.env.MONGO_URI? process.env.MONGO_URI : 'mongodb://mongo:27017/exampleDb';
88

99
module.exports = {

0 commit comments

Comments
 (0)