| Total Complexity | 0 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 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 |