29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
#DEXORDER_BIND=0.0.0.0
|
|
DEXORDER_PORT=3001
|
|
DEXORDER_APP_URL=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
|
|
|
|
DEXORDER_SNAPSHOT_S3_BUCKET_NAME=snapshot
|
|
DEXORDER_SNAPSHOT_S3_ACCESS_KEY_ID=5c73e3059596e6726d22e7aa5d2d23d6
|
|
DEXORDER_SNAPSHOT_S3_SECRET_ACCESS_KEY=a543189cea7d87c891e5abef7fabd7c1759b5063a667b3f29217a6a496a7342a
|
|
DEXORDER_SNAPSHOT_S3_ENDPOINT=https://3d7004962a10203cb8fecacc6a8ff502.r2.cloudflarestorage.com
|
|
DEXORDER_SNAPSHOT_BASE_URL=https://3d7004962a10203cb8fecacc6a8ff502.r2.cloudflarestorage.com/snapshot
|