Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit a343c6f

Browse files
committed
Fixing some issues with the seeder running locally
1 parent f800a67 commit a343c6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seed.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
var dotenv = require('dotenv');
33
dotenv.load();
44
process.env.MONGO_DATABASE = 'mongodb://localhost:27017/connect';
5+
process.env.OUTPUT_LOG = './log.txt';
56

67
// create a password
78
var crypto = require('crypto');

0 commit comments

Comments
 (0)