-
Notifications
You must be signed in to change notification settings - Fork 40
/
.env.example
43 lines (35 loc) · 1.46 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
################################################################################
# General configuration
# Get router version from either https://github.com/connext/nxtp/pkgs/container/router-publisher or #amarok-routers channel in Discord
ROUTER_VERSION=sha-041e32c
ROUTER_EXTERNAL_PORT=8880
GRAFANA_EXTERNAL_PORT=3000
PROMETHEUS_EXTERNAL_PORT=9090
ALERTMANAGER_EXTERNAL_PORT=9093
GRAFANA_PASSWORD="mySup3rS$curePwd!"
################################################################################
# Monitoring configuration
LOGDNA_KEY="Get_me_from_mezmo.com"
LOGDNA_TAG=""
################################################################################
# Graph configuration to support decentralized subgraphs
# You will need to create an account at https://thegraph.com/studio/apikeys/
# Deposit some GRAPH tokens create a API key and set it here
GRAPH_API_KEY="YOUR_API_KEY_FROM_SUBGRAPH_STUDIO"
################################################################################
# Docker rootless only
USERID=1001
################################################################################
# Docker containers configuration
# You can try to set to the latest or update from Github tested version numbers
WEB3SIGNER_VERSION=23.1-jdk11
RABBITMQ_VERSION=3.11.6-alpine
REDIS_VERSION=7.0.7
LOGDNA_VERSION=v1.2.0
PROMETHEUS_VERSION=v2.41.0
ALERTAMANGER_VERSION=v0.25.0
GRAFANA_VERSION=9.3.2
LOKI_VERSION=2.6.1
PROMTAIL_VERSION=2.6.1
NODE_EXPORTER_VERSION=v1.5.0
CADVISOR_VERSION=v0.47.0