{
  "server": {
    "ws_url": "https://pozzi.tradin.fr",
    "ws_port": "3130",
    "base_url": "https://pozzi.tradin.fr/www/"
  },
  "development": {
    "connectionLimit": 50,
    "host":"localhost",
    "port": "3306",
    "timezone" : "CEST",
    "max_dealers" : "3",
    "limit": 100
  },
  "production": {
    "connectionLimit": 50,
    "host":"localhost",
    "port": "3306",
    "timezone" : "CEST",
    "max_dealers" : "3",
    "limit": 100
  },
  "passport": {
    "expiresIn": 36000
  },
  "interface": {
    "appstore": {
      "server": "https://appstore.tradin.fr/ws/"
    },
    "production": {
        "server": "https://pozzi.tradin.fr/ws/"
    }
  },
  "mailjet": {
    "KeyType": "Trad'In"
  }
}
