-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy path.env.example
More file actions
18 lines (13 loc) · 784 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (13 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export RPC_PROXY_REGISTRY_API_URL="https://registry-prod-cf.walletconnect.com"
export RPC_PROXY_REGISTRY_API_AUTH_TOKEN="See 1Password: cloudflare-workers/prod/internal-api-auth-token"
export RPC_PROXY_STORAGE_PROJECT_DATA_REDIS_ADDR_READ="redis://localhost:6379/0"
export RPC_PROXY_STORAGE_PROJECT_DATA_REDIS_ADDR_WRITE="redis://localhost:6379/0"
export RPC_PROXY_INFURA_PROJECT_ID=""
export RPC_PROXY_POKT_PROJECT_ID=""
export AWS_ACCESS_KEY_ID=""
export AWS_SECRET_ACCESS_KEY=""
export AWS_REGION="eu-central-1"
export TF_VAR_infura_project_id=""
export TF_VAR_pokt_project_id=""
export TF_VAR_grafana_endpoint=$(aws grafana list-workspaces | jq -r '.workspaces[] | select( .tags.Env == "prod") | .endpoint')
export GRAFANA_AUTH="Grab one at https://$TF_VAR_grafana_endpoint"