{
  "logEnabled": true,
  "verifyRegistration": false,
  "loginRequired": false,
  "inviteOnly": false,
  "saasMode": false,
  "gaKey": "UA-XXXXX-Y",
  "website": {
    "title": "Epochtalk Forums",
    "description": "Open source forum software",
    "keywords": "open source, free forum, forum software, forum",
    "logo": "",
    "favicon": ""
  },
  "emailer": {
    "sender": "info@example.com",
    "host": "localhost",
    "port": 465,
    "user": "username",
    "pass": "password",
    "secure": true
  },
  "images": {
    "storage": "local",
    "maxSize": 10485760,
    "expiration": 7200000,
    "interval": 900000,
    "local": {
      "dir": "/public/images/",
      "path": "/static/images/"
    },
    "s3": {
      "root": "http://example.com",
      "dir": "images/",
      "bucket": "bukkit",
      "region": "region",
      "accessKey": "",
      "secretKey": ""
    }
  },
  "rateLimiting": {
    "namespace": "ept:",
    "get": {
      "interval": 1000,
      "maxInInterval": 10,
      "minDifference": 50
    },
    "post": {
      "interval": 1000,
      "maxInInterval": 2,
      "minDifference": 500
    },
    "put": {
      "interval": 1000,
      "maxInInterval": 2,
      "minDifference": 500
    },
    "delete": {
      "interval": 1000,
      "maxInInterval": 2,
      "minDifference": 500
    }
  },
  "portal": {
    "enabled": false,
    "boardId": ""
  }
}
