forked from TrueCloudLab/frostfs-testcases
14 lines
No EOL
581 B
Python
14 lines
No EOL
581 B
Python
#!/usr/bin/python3
|
|
|
|
NEOFS_ENDPOINT = "s01.neofs.devenv:8080"
|
|
NEOGO_CLI_PREFIX = "docker exec -it main_chain neo-go"
|
|
NEO_MAINNET_ENDPOINT = "http://main_chain.neofs.devenv:30333"
|
|
|
|
NEOFS_NEO_API_ENDPOINT = 'http://morph_chain.neofs.devenv:30333'
|
|
HTTP_GATE = 'http://http.neofs.devenv'
|
|
S3_GATE = 'https://s3.neofs.devenv:8080'
|
|
NEOFS_NETMAP = ['s01.neofs.devenv:8080', 's02.neofs.devenv:8080','s03.neofs.devenv:8080','s04.neofs.devenv:8080']
|
|
|
|
GAS_HASH = '0x70e2301955bf1e74cbb31d18c2f96972abadb328'
|
|
NEOFS_CONTRACT = "005a4906ec233a3b677dad9fd7033ad8653f579d"
|
|
TEMP_DIR = "TemporaryDir/" |