-
Notifications
You must be signed in to change notification settings - Fork 14
/
.env.example
114 lines (89 loc) · 3.45 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
PASSWORD=test
APP_PORT=9000
# If not using docker, you probably want to set this to "localhost"
POSTGRES_HOST=postgres
# POSTGRES_HOST=localhost
POSTGRES_NAME=jesse_db
POSTGRES_PORT=5432
POSTGRES_USERNAME=jesse_user
POSTGRES_PASSWORD=password
# If not using docker, you probably want to set this to "localhost"
# REDIS_HOST=localhost
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_PASSWORD=
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Live Trade Only #
# =============================================================================== #
# Below values don't concern you if you haven't installed the live trade plugin #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Enter the API token which you created at https://jesse.trade/user/api-tokens:
LICENSE_API_TOKEN=
# For all notifications
GENERAL_TELEGRAM_BOT_TOKEN=
GENERAL_TELEGRAM_BOT_CHAT_ID=
GENERAL_DISCORD_WEBHOOK=
GENERAL_SLACK_WEBHOOK=
# For error notifications only
ERROR_TELEGRAM_BOT_TOKEN=
ERROR_TELEGRAM_BOT_CHAT_ID=
ERROR_DISCORD_WEBHOOK=
ERROR_SLACK_WEBHOOK=
# # # # # # # # # # # # # # # # # # # # # #
# ======= Bitget
# # # # # # # # # # # # # # # # # # # # # #
# USDT Futures https://www.bitget.com/en/mix/usdt/BTCUSDT_UMCBL
BITGET_USDT_PERPETUAL_API_KEY=
BITGET_USDT_PERPETUAL_API_SECRET=
BITGET_USDT_PERPETUAL_API_PASSPHRASE=
# # # # # # # # # # # # # # # # # # # # # #
# ======= Binance
# # # # # # # # # # # # # # # # # # # # # #
# Testnet Binance Futures (http://testnet.binancefuture.com)
BINANCE_PERPETUAL_FUTURES_TESTNET_API_KEY=
BINANCE_PERPETUAL_FUTURES_TESTNET_API_SECRET=
# Binance Futures (https://www.binance.com/en/futures/btcusdt)
BINANCE_PERPETUAL_FUTURES_API_KEY=
BINANCE_PERPETUAL_FUTURES_API_SECRET=
# Binance Spot (https://www.binance.com/en/trade/BTC_USDT?type=spot)
BINANCE_SPOT_API_KEY=
BINANCE_SPOT_API_SECRET=
# Binance US Spot (https://www.binance.us)
BINANCE_US_SPOT_API_KEY=
BINANCE_US_SPOT_API_SECRET=
# # # # # # # # # # # # # # # # # # # #
# ======= Bybit
# # # # # # # # # # # # # # # # # # # #
# Bybit USDT futures testnet (https://testnet.bybit.com/trade/usdt/BTCUSDT)
BYBIT_USDT_PERPETUAL_TESTNET_API_KEY=
BYBIT_USDT_PERPETUAL_TESTNET_API_SECRET=
# Bybit USDT futures (https://www.bybit.com/trade/usdt/BTCUSDT)
BYBIT_USDT_PERPETUAL_API_KEY=
BYBIT_USDT_PERPETUAL_API_SECRET=
# Bybit USDC futures testnet (https://testnet.bybit.com/trade/futures/usdc/BTC-PERP)
BYBIT_USDC_PERPETUAL_TESTNET_API_KEY=
BYBIT_USDC_PERPETUAL_TESTNET_API_SECRET=
# Bybit USDC futures (https://bybit.com/trade/futures/usdc/BTC-PERP)
BYBIT_USDC_PERPETUAL_API_KEY=
BYBIT_USDC_PERPETUAL_API_SECRET=
# Bybit Spot Testnet (https://testnet.bybit.com/en/trade/spot/BTC/USDT)
BYBIT_SPOT_TESTNET_API_KEY=
BYBIT_SPOT_TESTNET_API_SECRET=
# Bybit Spot (https://bybit.com/en/trade/spot/BTC/USDT)
BYBIT_SPOT_API_KEY=
BYBIT_SPOT_API_SECRET=
# # # # # # # # # # # # # # # # # # # # # #
# ======= DYDX
# # # # # # # # # # # # # # # # # # # # # #
# DYDX Perpetual Testnet (https://trade.stage.dydx.exchange/trade/ETH-USD)
DYDX_PERPETUAL_TESTNET_API_KEY=
DYDX_PERPETUAL_TESTNET_API_SECRET=
DYDX_PERPETUAL_TESTNET_API_PASSPHRASE=
DYDX_PERPETUAL_TESTNET_WALLET_ADDRESS=
DYDX_PERPETUAL_TESTNET_STARK_PRIVATE_KEY=
# DYDX Perpetual (https://jesse.trade/dydx)
DYDX_PERPETUAL_API_KEY=
DYDX_PERPETUAL_API_SECRET=
DYDX_PERPETUAL_API_PASSPHRASE=
DYDX_PERPETUAL_WALLET_ADDRESS=
DYDX_PERPETUAL_STARK_PRIVATE_KEY=