notherbase-fs 4.2.4 → 4.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/notherbase-fs.js +1 -1
  2. package/package.json +1 -1
package/notherbase-fs.js CHANGED
@@ -41,7 +41,7 @@ class NotherBaseFS {
41
41
  }));
42
42
 
43
43
  //be safe, needs to be before session
44
- if (process.env.PRODUCTION == "true") this.app.set('trust proxy', 2);
44
+ if (process.env.PRODUCTION == "true") this.app.set('trust proxy', 3);
45
45
 
46
46
  let baseKeys = Object.keys(this.bases);
47
47
  let store = MongoStore.create({ mongoUrl: process.env.MONGODB_URI });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notherbase-fs",
3
- "version": "4.2.4",
3
+ "version": "4.2.5",
4
4
  "description": "Functions to help make developing for NotherBase easier.",
5
5
  "exports": "./notherbase-fs.js",
6
6
  "scripts": {