| Total Complexity | 0 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | """Settings for the mef_eline NApp.""" |
||
| 2 | |||
| 3 | # Base URL of the Pathfinder endpoint |
||
| 4 | 1 | PATHFINDER_URL = 'http://localhost:8181/api/kytos/pathfinder/v2/' |
|
| 5 | |||
| 6 | # Base URL of the Flow Manager endpoint |
||
| 7 | 1 | MANAGER_URL = 'http://localhost:8181/api/kytos/flow_manager/v2' |
|
| 8 | |||
| 9 | # Base URL of the Pathfinder endpoint |
||
| 10 | TOPOLOGY_URL = 'http://localhost:8181/api/kytos/topology/v3' |
||
| 11 |