-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample.env
More file actions
35 lines (31 loc) · 1.14 KB
/
Copy pathexample.env
File metadata and controls
35 lines (31 loc) · 1.14 KB
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
#-----------Main fields (Required)--------------------------#
TAG=ghcr.io/autonity/autonity:v1.0.2-alpha
DATADIR=${HOME}/.autonity
DATADIR_ANCIENT=${HOME}/.autonity/autonity/chaindata/ancient
CHAIN=bakerloo
PEERS=200
NODEKEY_PATH=${HOME}/.autonity/autonity/autonitykeys
KEYNAME=autonity
KEYPASS=
#-----------Network fields (Optional)--------------------------#
SYNCMODE=full
YOUR_IP= # Your server's public IP address (Required for get-enode-offline)
HTTP_ADDR=0.0.0.0
HTTP_PORT=8545
WS_ADDR=0.0.0.0
WS_PORT=8546
METRICS_ADDR=0.0.0.0
METRICS_PORT=6060
#-----------Other fields (Optional)--------------------------#
BOOTNODES=""
BOOTNODES_PORT=30303
#-----------Oracle fields (Optional)--------------------------#
ORACLE_TAG=ghcr.io/autonity/autonity-oracle:v0.2.2
ORACLE_KEYNAME=oracle
ORACLE_KEYPASS=
ORACLE_KEYFILE=${DATADIR}/keystore/${ORACLE_KEYNAME}.key
ORACLE_PRIV_KEYFILE=${DATADIR}/${ORACLE_KEYNAME}_priv.key
ORACLE_PLUGIN=${HOME}/autonity-node/plugins/plugins-conf.yml
ORACLE_PLUGIN_DIR=${HOME}/autonity-node/plugins
#-----------Node Exporter configuration.--------------------------#
NODE_EXPORTER=quay.io/prometheus/node-exporter:latest