Total Complexity | 0 |
Total Lines | 5 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | SCHEME = 'wss' |
||
2 | HOSTS = ['localhost'] |
||
3 | PORT = 8183 |
||
4 | MESSAGE_SERIALIZER = 'gremlin_python.driver.serializer.GraphSONMessageSerializer' |
||
5 |