mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 03:20:19 +08:00
use a different index bucket name in regtest mode
This commit is contained in:
@@ -58,7 +58,10 @@ INDEX_DIRNAME = "index"
|
||||
DVCONF = None
|
||||
|
||||
BLOCKSTACK_DEBUG = (os.environ.get("BLOCKSTACK_DEBUG") == "1")
|
||||
BLOCKSTACK_TEST = (os.environ.get("BLOCKSTACK_TEST") == "1")
|
||||
|
||||
if BLOCKSTACK_TEST:
|
||||
INDEX_DIRNAME = "index-regtest"
|
||||
|
||||
def dropbox_url_reformat(url):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user