osiris account 468b86b2c9 fix api url
2023-03-12 12:57:18 -07:00

40 lines
694 B
Plaintext

#########################
##### requests settings
#########################
RPC_PROVIDER_URL =
TOKEN_CONTRACT =
TOKEN_CONTRACT_ABI =
TOKEN_DECIMALS =
#########################
##### indexing token data
#########################
MAX_RETRIES = 4
SIZE_CHUNK_NEXT = 5000
#########################
##### system settings
#########################
LOG_LEVEL=info
OUTPUT_DIR = ./output
#########################
##### mongodb settings
#########################
MONGDB_URI = mongodb://localhost:27017
MONGODB_DB_NAME = balances
MONGODB_COLLECTION_NAME = balances
#########################
##### api settings
#########################
API_HOST_URL = http://localhost
API_HOST_URL_PORT = 80