mirror of
https://github.com/0x1d/drift-keeper.git
synced 2025-12-15 18:58:21 +01:00
Run container as keeper user, add basic auth to prometheus
This commit is contained in:
20
example.env
20
example.env
@@ -9,10 +9,26 @@ GRAFANA_ADMIN_PASSWORD=grafana
|
||||
|
||||
# Drift Config
|
||||
ENV=mainnet-beta
|
||||
ENDPOINT=https://solana-mainnet.rpc.extrnode.com/your-api-key
|
||||
WS_ENDPOINT=wss://solana-mainnet.rpc.extrnode.com/your-api-key
|
||||
KEEPER_PRIVATE_KEY="[123,345,...]"
|
||||
|
||||
# Hetzner DE
|
||||
ENDPOINT=http://178.63.126.77:8899
|
||||
# OVH FR
|
||||
#ENDPOINT=http://141.95.126.29:8899
|
||||
# Cloudvider GB
|
||||
#ENDPOINT=http://194.127.173.58:8899
|
||||
#CherryServers LT
|
||||
#ENDPOINT=http://84.32.189.122:8099
|
||||
# Teraswitch US
|
||||
#ENDPOINT=http://74.118.139.251:8899
|
||||
# Teraswitch2 US
|
||||
#ENDPOINT=http://74.118.139.68:8899
|
||||
|
||||
|
||||
# ExtrNode
|
||||
#ENDPOINT=https://solana-mainnet.rpc.extrnode.com/your-api-key
|
||||
#WS_ENDPOINT=wss://solana-mainnet.rpc.extrnode.com/your-api-key
|
||||
|
||||
# Jito Config
|
||||
# Required if useJito: true is set in config.yaml
|
||||
JITO_BLOCK_ENGINE_URL=frankfurt.mainnet.block-engine.jito.wtf
|
||||
|
||||
Reference in New Issue
Block a user