Files
2023-04-06 21:47:23 -06:00

11 lines
690 B
Plaintext

ETHEREUM_RPC_URL=http://ganache:8545
POSTGRES_URI=postgres://api:api@localhost/api
CHAIN_ID=1337
META_TXN_RATE_LIMITER_CONFIG='{"api_key":{"daily":{"allowedDailyLimit": 1}}}'
NODE_ENV=test
ALT_RFQ_MM_ENDPOINT=https://altrfq.com
ALT_RFQ_MM_API_KEY=averysecurekey
ETH_GAS_STATION_API_URL=https://gas.api.0x.org/source/median?output=eth_gas_station
INTEGRATORS_ACL='[{"integratorId":"test-integrator-id-1","label":"Test Integrator 1","rfqm":true,"apiKeys":["test-api-key-1","test-api-key-2"], "whitelistIntegratorUrls":["http://foo.bar"]},{"integratorId":"test-integrator-id-2","label":"Test Integrator 2","rfqm":true,"apiKeys":["test-api-key-3"]}]'
SLIPPAGE_MODEL_S3_BUCKET_NAME='TestBucket'