{
    "host": "localhost",
    "environment": "dev",
    "port": 3030,
    "socketPort": 4141,
    "public": "../public/",
    "paginate": {
        "default": 10,
        "max": 50
    },
    "authentication": {
        "entity": "user",
        "service": "users",
        "secret": "BzzdzmmJl/x3jiUAGFmrNsBa47Q=",
        "authStrategies": ["jwt", "local"],
        "jwtOptions": {
            "header": {
                "typ": "access"
            },
            "audience": "https://john-steel.com",
            "issuer": "feathers",
            "algorithm": "HS256",
            "expiresIn": "1d"
        },
        "local": {
            "usernameField": "email",
            "passwordField": "password"
        }
    },
    "editor": {
        "epsilon": 0.001,
        "angleEpsilon": 0.00001,
        "minimalCurveLength": 0.01,
        "minimalExternalArea": 100,
        "minimalExternalSpikeAngle": 160,
        "minimalExternalSpikeRadius": 0.4,
        "minimalExternalFilletAngle": 160,
        "minimalExternalFilletRadius": 0.4,
        "minimalInternalArea": 5,
        "minimalInternalSpikeAngle": 160,
        "minimalInternalSpikeRadius": 0.4,
        "minimalInternalFilletAngle": 160,
        "minimalInternalFilletRadius": 0.4,
        "flattenPrecision": 0.05,
        "arcSegmentLengthTolerance": 5,
        "minimalRoundingAngle": 5,
        "minimalSegmentsCount": 3
    },
    "fonts": "../fonts",
    "uploadedDxfPath": "../data/files/uploadedDxf",
    "filePath": "../data/files",
    "convertedDxfPath": "../data/files/convertedDxf",
    "directCleanLimit": 50000,
    "numberShapesLimit": 30,
    "lengthShapesLimit": 20000,
    "mongodb": "mongodb://localhost:27017/obelix",
    "asterix": {
        "apiUrl": "https://shop.mbrevot/asterix/getPrice/?ajax=1&action=getPrice"
    },
    "https": {
        "enabled": false,
        "keyPath": "",
        "crtPath": ""
    },
    "imgUrl": "https://shop.mbrevot/modules/johnsteel_editeur/views/img/textures/"
}
