forked from koios-official/lite-node
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
26 lines (25 loc) · 839 Bytes
/
.env.example
File metadata and controls
26 lines (25 loc) · 839 Bytes
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
NETWORK=preprod
PROJ_NAME="gc-koios-lite-${NETWORK}"
CARDANO_NODE_PORT=6000
DISABLE_LEDGER=N
POSTGRES_PORT=5432
POSTGRES_PASSWORD=koiostest
POSTGRES_USER=koios
POSTGRES_DB=koioslite
RPC_SCHEMA=rpc
PGRST_DB_ANON_ROLE=web_anon
PGDATABASE="$POSTGRES_DB"
PGPASSFILE="/.pgpass"
EXTRA_DB_SYNC_ARGS="--bootstrap-tx-out --dont-use-ledger --prune-tx-out"
G_ACCOUNT="cardano-community"
HAPROXY_CFG="./configs/haproxy/haproxy.cfg"
DOCS_URL="https://cardano-community.github.io/guild-operators"
CNODE_HOME="/opt/cardano/cnode"
#Do not use this snapshot as is causing dbsync failures on container startup
#RESTORE_SNAPSHOT="https://api.koios.rest/lite-snapshots/${NETWORK}/dbsyncsnap.tgz"
# addons from koios-lite base
OGMIOS_PORT=1337
UNIMATRIX_PORT=8764
PGADMIN_DEFAULT_EMAIL=zxpectre@gc.fi
PGADMIN_DEFAULT_PASSWORD=12345678
PGADMIN_LISTEN_PORT=5051