kalisio/kano

View on GitHub
config/default.js

Summary

Maintainability
C
7 hrs
Test Coverage

File default.js has 725 lines of code (exceeds 500 allowed). Consider refactoring.
Open

const serverPort = process.env.PORT || 8081
// Required to know webpack port so that in dev we can build correct URLs
const clientPort = process.env.CLIENT_PORT || 8080
const API_PREFIX = '/api'
let domain
Severity: Major
Found in config/default.js - About 7 hrs to fix

    TODO found
    Open

        featuresChunkSize: 5000 // TODO: here or in mapEngine ?
    Severity: Minor
    Found in config/default.js by fixme

    There are no issues that match your filters.

    Category
    Status