forked from TrueCloudLab/frostfs-testcases
10 lines
266 B
Python
10 lines
266 B
Python
|
#!/usr/bin/python3
|
||
|
|
||
|
NEOFS_ENDPOINT = "92.53.71.51:18080"
|
||
|
NEOGO_CLI_PREFIX = "neo-go"
|
||
|
NEO_MAINNET_ENDPOINT = "http://92.53.71.51:20332"
|
||
|
|
||
|
# selectel main chain on lobachevsky-1
|
||
|
NEOFS_NEO_API_ENDPOINT = "http://92.53.71.51:20332"
|
||
|
HTTP_GATE = 'http://92.53.71.51:38080'
|