Rev 787 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 787 | Rev 789 | ||
|---|---|---|---|
| Line 8... | Line 8... | ||
| 8 | # Prod keys (deixa em branco por enquanto se quiser) |
8 | # Prod keys (deixa em branco por enquanto se quiser) |
| 9 | futuros.binance.producao.chaveApi= |
9 | futuros.binance.producao.chaveApi= |
| 10 | futuros.binance.producao.chaveSecreta= |
10 | futuros.binance.producao.chaveSecreta= |
| 11 | 11 | ||
| 12 | # Opcional: recvWindow padrão (ms) |
12 | # Opcional: recvWindow padrão (ms) |
| 13 | futuros.binance.janelaRecepcao=5000 |
13 | futuros.binance.janelaRecepcao=5000 |
| - | 14 | ||
| - | 15 | # URL base da Binance Futures (teste e produção) |
|
| - | 16 | #binance.futures.baseUrl=https://demo-fapi.binance.com |
|
| - | 17 | #binance.futures.baseUrl=https://fapi.binance.com |
|
| - | 18 | ||
| - | 19 | # Chave de API (NUNCA versionar isso) |
|
| - | 20 | #binance.futures.apiKey=SEU_API_KEY |
|
| - | 21 | ||
| - | 22 | # Secret (NUNCA versionar isso) |
|
| - | 23 | #binance.futures.secretKey=SEU_SECRET_KEY |
|
| - | 24 | ||
| - | 25 | # Offset de milissegundos de relógio (opcional, pode ser calculado via sincronizarHorarioServidor) |
|
| - | 26 | binance.futures.timeOffsetMs=0 |
|
| - | 27 | ||
| - | 28 | # Timeout em milissegundos |
|
| - | 29 | binance.futures.connectTimeoutMs=10000 |
|
| - | 30 | binance.futures.readTimeoutMs=15000 |
|