Skip to content

Commit 27dff16

Browse files
author
Mano Marks
authored
Merge pull request docker#195 from trong/patch-1
typo fix in connections code
2 parents bbd618f + 819ee05 commit 27dff16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

12factor/03_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In _config/connections.js_, we define the _mongo_ connection and use MONGO_URL e
1010
module.exports.connections = {
1111
mongo: {
1212
adapter: 'sails-mongo',
13-
url: process.env.MONGO_URL'
13+
url: 'process.env.MONGO_URL'
1414
}
1515
};
1616
```

0 commit comments

Comments
 (0)