# CDP API credentials - get these from https://portal.cdp.coinbase.com/
# the CDP_WALLET_SECRET is optional, used for spinning up a CDP Server Wallet to receive x402 payments
CDP_API_KEY_ID=your-api-key-id-here
CDP_API_KEY_SECRET=your-api-key-secret-here
CDP_WALLET_SECRET=your-wallet-secret-here
# server config for local dev
PORT=4000
# x402 payment setup (optional)
ENABLE_PAYMENTS=false
QUERY_PRICE=0.001