{   
    "frontURL": "http://localhost:3000",
    "backURL": "http://localhost:8000",
    "tokenSecret": "token_secret",
    "sessionSecret": "my session secret",
    "admin": ["2018armillond"],

    "savedExtensions":[
        
        {
            "type": "image",
            "path": "./img",
            "knownMime" : ["image/png","image/jpeg"],
            "extensions" : [".png",".jpeg"]
        },
        {
            "type": "pdf",
            "path": "./pdf",
            "knownMime" : ["application/pdf"],
            "extensions" : ["pdf"]
        }
    ],

    "oauth" : {
        "authorizationURI" : "https://auth.viarezo.fr/oauth/authorize",
        "clientId": "Client ID",
        "clientSecret": "Client Secret",
        "accesTokenURI": "https://auth.viarezo.fr/oauth/token",
        "getUser": "https://auth.viarezo.fr/api/user/show/me"
    }
}