Unverified Commit b31d143b authored by Jacob Gunther's avatar Jacob Gunther Committed by GitHub
Browse files

Revert config.js to previous state

parent 0d8aec8d
Loading
Loading
Loading
Loading
+45 −34
Original line number Diff line number Diff line
{

  "host": "0.0.0.0",
  "port": 7777,

  "keyLength": 10,

  "maxLength": 400000,

  "staticMaxAge": 86400,

  "recompressStaticAssets": true,

  "logging": [
    {
      "level": "verbose",
@@ -12,9 +18,11 @@
      "colorize": true
    }
  ],

  "keyGenerator": {
    "type": "phonetic"
  },

  "rateLimits": {
    "categories": {
      "normal": {
@@ -23,6 +31,7 @@
      }
    }
  },

  "storage": {
    "type": "redis",
    "host": "0.0.0.0",
@@ -30,7 +39,9 @@
    "db": 2,
    "expire": 2592000
  },

  "documents": {
    "about": "./about.md"
  }

}