-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
83 lines (65 loc) · 1.64 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Version: Used in the /about endpoint. Useful to expose the Docker image version.
# LOG_LEVEL=info
# VESION=1.0.0
# Port
# PORT=8080
# RPC urls (http or websocket)
# RPC_URL_1=https://mainnet.infura.io/v3/your-infura-key
# RPC_URL_100=https://rpc.gnosischain.com
# RPC_URL_42161=wss://arbitrum-mainnet.io/ws/v3/your-infura-key
# RPC_URL_11155111=https://sepolia.infura.io/v3/your-infura-key
# CoW API
# COW_API_BASE_URL=https://api.cow.fi
# COW_API_URL_1=https://api.cow.fi/mainnet
# COW_API_URL_100=https://api.cow.fi/xdai
# COW_API_URL_42161=https://api.cow.fi/arbitrum_one
# COW_API_URL_11155111=https://api.cow.fi/sepolia
# Caching
# REDIS_HOST=redis
# REDIS_PORT=6379
# REDIS_USER=cow_redis
# REDIS_PASSWORD=cow_password
# Database
# DATABASE_USERNAME=bff-db-user
# DATABASE_PASSWORD=bff-db-password
# DATABASE_NAME=bff-db
# DATABASE_PORT=5432
# Rabbit MQ
#QUEUE_USER=rabbit
#QUEUE_PASSWORD=my-rabbit-password
#QUEUE_HOST=localhost
#QUEUE_PORT=5672
# Telegram
#TELEGRAM_SECRET=
# Orderbook
#ORDERBOOK_DATABASE_HOST=
#ORDERBOOK_DATABASE_PORT=
#ORDERBOOK_DATABASE_USERNAME=
#ORDERBOOK_DATABASE_PASSWORD=
# CMS
#CMS_API_KEY=
#CMS_BASE_URL=https://cms.cow.fi
# Infura
#INFURA_KEY=infura-key
#INFURA_JWT_ID=infura-jwt-id
# Coingecko
#DEFAULT_COINGECKO_PROXY_UPSTREAM=https://api.coingecko.com
#COINGECKO_API_KEY=
#COINGECKO_CACHING_TIME=150
# Proxy
#PROXY_UPSTREAM=proxy-upstream
#PROXY_ORIGIN=proxy-origin
# JWT
# JWT_CERT_PASSPHRASE=secret
# Authorized domains
# AUTHORIZED_ORIGINS=cow.fi
# GOLD RUSH
# GOLD_RUSH_API_KEY=
# TENDERLY
# TENDERLY_API_KEY=
# TENDERLY_ORG_NAME=
# TENDERLY_PROJECT_NAME=
# ETHPLORER
# ETHPLORER_API_KEY=
# MORALIS
# MORALIS_API_KEY=