build.settings   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 11
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 11
ccs 2
cts 2
cp 1
rs 10
c 0
b 0
f 0
wmc 0
1
"""Settings for the Topology NApp."""
2
3
# Set this option to true if you need the topology with bi-directional links
4
# DISPLAY_FULL_DUPLEX_LINKS = True
5
6
# Time (in seconds) to wait before setting a link as up
7 1
LINK_UP_TIMER = 10
8
9
# Base URL of the Flow Manager endpoint
10
FLOW_MANAGER_URL = "http://localhost:8181/api/kytos/flow_manager/v2"
11