Skip to content

Commit 9be9aeb

Browse files
cleaned
1 parent 77222e7 commit 9be9aeb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ All notable changes to this project will be documented in this file.
2929
- Panel & list view now displays individual tool numbers and temps associated, bed and chamber will also be shown if enabled.
3030
- Camera view will tally your tool numbers temperatures, so all tool# designations are tallied to Tool and Bed and Chamber designations get tallied into Bed.
3131
- Added progress bar to list view extra information.
32+
- Current operations now displays current file
3233

3334
### Changed
3435
- Moved the file manager management buttons outside of the Printers and Files list. This keeps them at the top whilst scrolling inside your files.

config/db.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
2-
MongoURI: "mongodb://localhost:27017/octofarm",
3-
//MongoURI: "mongodb://192.168.1.5:27017/JamesFarm",
4-
};
2+
MongoURI: 'mongodb://localhost:27017/octofarm'
3+
// MongoURI: 'mongodb://192.168.1.5:27017/JamesFarm'
4+
}
55
// Example Local URL: "mongodb://192.168.1.5:27017/octofarm"
66
// Example Remote URL: "mongodb+srv://s1mpleman:<YOUR PASSWORD>@cluster0-lgugu.mongodb.net/test?retryWrites=true&w=majority"

0 commit comments

Comments
 (0)