Passed
Push — master ( 875b95...23a255 )
by Mingyu
01:17
created

constants.local_run   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 6
dl 0
loc 6
rs 10
c 0
b 0
f 0
wmc 0
1
RUN_SETTING = {
2
    'host': 'localhost',
3
    'port': 5000,
4
    'debug': True,
5
    'threaded': True
6
}
7