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.
32 lines
797 B
32 lines
797 B
PORT=4310 |
|
HOST=0.0.0.0 |
|
NODE_ENV=production |
|
|
|
#DATABASE_URL=postgresql://ipfsapp:12eas678@127.0.0.1:5432/ipfsapp |
|
|
|
CHAIN=etica-mainnet |
|
RPC_URL=https://rpc.etica-stats.org |
|
REQUIRED_CONFIRMATIONS=3 |
|
PAY_TO=0xc4d275cf97d6a4cc29ede86d16976e808d264732 |
|
|
|
PUBLIC_GATEWAY=https://ipfs.outsidethebox.top |
|
CORS_ORIGIN=https://ipfs.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/eticaipfs |
|
#DB_HOST=127.0.0.1 |
|
#DB_PORT=5432 |
|
#DB_USER=def |
|
#DB_PASSWORD=12eas678 |
|
#DB_NAME=eticaipfs
|
|
|