Passed
Branch es2015 (c0a888)
by Luís
02:41 queued 47s
created

.env.example.js   A

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 6
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 1
Metric Value
cc 0
c 1
b 0
f 1
nc 1
dl 0
loc 6
rs 10
wmc 0
mnd 0
bc 0
fnc 0
bpm 0
cpm 0
noi 0
1
module.exports = {
2
    basepath: "http://localhost:3000/",
3
    language: "pt-br",
4
    environment: "dev",
5
    debug: true
6
};
7