merge config files for api and scanner
This commit is contained in:
parent
9d2b63ce77
commit
a3859016a2
@ -1,13 +0,0 @@
|
||||
[DEFAULT]
|
||||
NET = testnet
|
||||
FLO_CLI_PATH = /usr/local/bin/flo-cli
|
||||
START_BLOCK = 740400
|
||||
FLOSIGHT_NETURL = https://flosight-testnet.ranchimall.net/
|
||||
TOKENAPI_SSE_URL = https://ranchimallflo-testnet.duckdns.org
|
||||
MAINNET_FLOSIGHT_SERVER_LIST = https://flosight.ranchimall.net/ , https://flosight.duckdns.org/
|
||||
TESTNET_FLOSIGHT_SERVER_LIST = https://flosight-testnet.ranchimall.net/ , https://flosight-testnet.duckdns.org/
|
||||
IGNORE_BLOCK_LIST = 902446
|
||||
IGNORE_TRANSACTION_LIST = b4ac4ddb51188b28b39bcb3aa31357d5bfe562c21e8aaf8dde0ec560fc893174
|
||||
DATA_PATH = /home/production/Dev/flo-token-tracker
|
||||
APP_ADMIN = oWooGLbBELNnwq8Z5YmjoVjw8GhBGH3qSP
|
||||
|
||||
30
config-example.py
Normal file
30
config-example.py
Normal file
@ -0,0 +1,30 @@
|
||||
# general configs
|
||||
DATA_PATH = "/home/production/Dev/flo-token-tracker"
|
||||
APP_ADMIN = "oWooGLbBELNnwq8Z5YmjoVjw8GhBGH3qSP"
|
||||
|
||||
# API configs
|
||||
apiUrl = 'https://blockbook.ranchimall.net/api'
|
||||
FLO_DATA_DIR = "/home/production/.flo"
|
||||
HOST = "localhost"
|
||||
PORT = 8080
|
||||
debug_status = False
|
||||
sse_pubKey = '<public key in the format of pybtc python library>'
|
||||
|
||||
|
||||
# your apilayer.net access key
|
||||
apilayerAccesskey = '<accesskey>'
|
||||
|
||||
NET = "mainnet"
|
||||
|
||||
START_BLOCK = 3387900
|
||||
BLOCKBOOK_NETURL = "https://blockbook.ranchimall.net/"
|
||||
TOKENAPI_SSE_URL = "https://ranchimallflo.duckdns.org/"
|
||||
MAINNET_BLOCKBOOK_SERVER_LIST = ["https://blockbook.ranchimall.net/"]
|
||||
TESTNET_BLOCKBOOK_SERVER_LIST = ["https://blockbook-testnet.ranchimall.net/"]
|
||||
IGNORE_BLOCK_LIST = 902446
|
||||
#IGNORE_TRANSACTION_LIST = "b4ac4ddb51188b28b39bcb3aa31357d5bfe562c21e8aaf8dde0ec560fc893174"
|
||||
|
||||
"""?NOT USED?
|
||||
FLO_CLI_PATH = "/usr/local/bin/flo-cli"
|
||||
|
||||
"""
|
||||
@ -1,8 +0,0 @@
|
||||
dbfolder = ''
|
||||
debug_status = False
|
||||
sse_pubKey = '<public key in the format of pybtc python library>'
|
||||
apiUrl = 'https://flosight.duckdns.org/api/'
|
||||
|
||||
# your apilayer.net access key
|
||||
apilayerAccesskey = '<accesskey>'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user