Files
pinme/.env.test.example
2026-03-29 17:01:27 +08:00

16 lines
389 B
Bash

# Pinme CLI Test Configuration
# Copy this file as .env.test and fill in your info
# Simulate logged in state (get from pinme show-appkey)
PINME_AUTH_TOKEN=0x...
PINME_AUTH_ADDRESS=0x...
# Optional: specify project name
PINME_PROJECT_NAME=my-project
# API address (optional)
# PINME_API_BASE=https://api.example.com
# IPFS API (optional)
# IPFS_API_URL=https://ipfs.example.com/api/v2