ipfs storage for images and other nontext items. for use with etica - runs on etica network and currencys https://collect.etica-stats.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

33 lines
817 B

PORT=4310
HOST=0.0.0.0
NODE_ENV=production
ETI_TOKEN_ADDRESS=0x34c61EA91bAcdA647269d4e310A86b875c09946f
ETI_TOKEN_DECIMALS=18
CHAIN=etica-mainnet
RPC_URL=https://rpc.etica-stats.org
REQUIRED_CONFIRMATIONS=3
PAY_TO=0xc4d275cf97d6a4cc29ede86d16976e808d264732
PUBLIC_GATEWAY=https://collect.etica-stats.org
CORS_ORIGIN=https://collect.etica-stats.org
# CoinGecko IDs (configurable)
COINGECKO_EGAZ_ID=egaz
COINGECKO_ETI_ID=etica
# Optional: NonKYC ticker URL that returns JSON with a last price in EGAZ per ETI
# (leave blank to skip). If you don’t have a JSON endpoint, omit this.
NONKYC_TICKER_URL=
# Existing fallback if nothing else works:
EGAZ_PER_ETI=10
DATABASE_URL=postgresql://def:12eas678@127.0.0.1:5432/collectdb
#DB_HOST=127.0.0.1
#DB_PORT=5432
#DB_USER=def
#DB_PASSWORD=12eas678
#DB_NAME=collectdb