forked from numinouslabs/numinous
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.prod.example
More file actions
23 lines (19 loc) · 1.09 KB
/
.env.prod.example
File metadata and controls
23 lines (19 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# =============================================================================
# Validator Production Validator Environment Variables
# =============================================================================
# Copy this file to .env.prod and fill in your actual values
# Usage: docker-compose -f docker-compose.prod.yaml --env-file .env.prod up -d
# =============================================================================
# -----------------------------------------------------------------------------
# AWS ECR Configuration (Required)
# -----------------------------------------------------------------------------
# ECR registry URL to pull pre-built validator images
# Contact DevOps team for the correct registry URL
AWS_ECR_REGISTRY=<ecr-registry-url>
# -----------------------------------------------------------------------------
# Bittensor Wallet Configuration (Required)
# -----------------------------------------------------------------------------
# Your validator wallet name (coldkey)
WALLET_NAME=<your-validator-wallet-name>
# Your validator hotkey name
WALLET_HOTKEY=<your-hotkey-name>