mirror of
https://github.com/glitternetwork/pinme.git
synced 2026-08-29 02:03:07 +08:00
16 lines
389 B
Bash
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
|