22 lines
599 B
Plaintext
22 lines
599 B
Plaintext
DEXORDER_PORT=3001
|
|
DEXORDER_CORS=http://localhost:3000
|
|
|
|
DEXORDER_DB_URL=postgresql://dexorder:redroxed@localhost:5432/dexorder
|
|
DEXORDER_REDIS_URL=redis://localhost:6379
|
|
|
|
# Arbitrum
|
|
DEXORDER_DEPLOYMENT_42161=latest
|
|
DEXORDER_RPC_URL_42161=http://localhost:8545
|
|
|
|
# Mockchain
|
|
DEXORDER_DEPLOYMENT_31337=latest
|
|
DEXORDER_RPC_URL_31337=http://localhost:8545
|
|
|
|
# Devchain
|
|
DEXORDER_DEPLOYMENT_1337=latest
|
|
DEXORDER_RPC_URL_1337=http://localhost:8545
|
|
|
|
# use this in the URL to bypass IP country check for development / debug
|
|
# http://localhost:3000/...?approval=...
|
|
DEXORDER_REGION_APPROVAL=6ehWWH98diqv39gWZcPo
|