# x402 Receipt Attestation Example Configuration

# EVM private key for making payments (required)
EVM_PRIVATE_KEY=0x_your_evm_private_key_here

# SVM private key for Solana payments (required)
SVM_PRIVATE_KEY=your_solana_private_key_here

# Resource server URL (optional, defaults to localhost:4021)
RESOURCE_SERVER_URL=http://localhost:4021

# Endpoint path (optional, defaults to /weather)
ENDPOINT_PATH=/weather
