segura2010/CC-Proyecto-OpenSecureChat

View on GitHub
app.js

Summary

Maintainability
B
4 hrs
Test Coverage

File app.js has 355 lines of code (exceeds 250 allowed). Consider refactoring.
Open


// Get config from enviroment vars
var PORT = process.env.PORT || 3000;
var URI = process.env.URI || "localhost";
var KEY_SIZE = process.env.KEY_SIZE || 2048;
Severity: Minor
Found in app.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status