{
  "logFolder": "~/downloads/logs",
  "mongo": {
    "database": "pdfer_test",
    "host": "127.0.0.1",
    "port": "27017",
    "username": "",
    "password": ""
  },
  "redis": {
    "host": "127.0.0.1",
    "port": "5991",
    "database": "1"
  },

  "api": {
    "host": "127.0.0.1",
    "port": 80
  },

  "seaport": {
    "host": "127.0.0.1",
    "port": 5151
  },

  "application": {
    "host": "127.0.0.1",
    "port": 5050
  },

  "s3": {
    "bucket": "docparse_test",
    "secret": "",
    "key": ""
  }
}
