forked from celo-org/celo-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.rc1staging
36 lines (27 loc) · 1.15 KB
/
.env.rc1staging
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
# Don't use "//" for comments in this file.
# This file is meant to be executed as a bash script for testing.
ENV_TYPE="staging"
GETH_VERBOSITY=2
GETH_ENABLE_METRICS=true
# TODO: deprecated
VM_BASED=false
KUBERNETES_CLUSTER_NAME="rc1staging"
KUBERNETES_CLUSTER_ZONE="us-west1-a"
CLUSTER_DOMAIN_NAME="celo-testnet"
TESTNET_PROJECT_NAME="celo-testnet-production"
BLOCKSCOUT_DOCKER_IMAGE_REPOSITORY="gcr.io/celo-testnet/blockscout"
BLOCKSCOUT_DOCKER_IMAGE_TAG="0362f9f4d1d4842f27adb634d628f969f53c046d"
BLOCKSCOUT_DB_SUFFIX=""
BLOCKSCOUT_SUBNETWORK_NAME="Celo"
BLOCKSCOUT_METADATA_CRAWLER_IMAGE_REPOSITORY="gcr.io/celo-testnet/celo-monorepo"
BLOCKSCOUT_METADATA_CRAWLER_IMAGE_TAG="metadata-crawler-77a392216d4927e85ce4b683508fc0539aa92a34"
BLOCKSCOUT_METADATA_CRAWLER_SCHEDULE="0 */2 * * *"
BLOCKSCOUT_OVERRIDE_RPC_ENDPOINT="http://rc1staging-archivenodes-rpc:8545"
BLOCKSCOUT_OVERRIDE_WS_ENDPOINT="ws://rc1staging-archivenodes-rpc:8545"
# The archive nodes are managed throught the Helm charts.
NETWORK_ID=42220
PRIVATE_TX_NODES=2
# GRAFANA CLOUD config
GRAFANA_CLOUD_PROJECT_ID="253914576835"
GRAFANA_CLOUD_SECRET_NAME="grafana-cloud"
GRAFANA_CLOUD_SECRET_VERSION="latest"