mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
feat: chat sidebar rework, Agent World UX polish, tiny.place settlement RPC (#3854)
This commit is contained in:
+10
-1
@@ -251,6 +251,14 @@ OPENHUMAN_TELEGRAM_BOT_USERNAME=openhuman_bot
|
||||
# TINYPLACE_API_BASE_URL when testing tiny.place on devnet.
|
||||
# OPENHUMAN_SOLANA_CLUSTER=devnet
|
||||
|
||||
# [optional] tiny.place's Solana settlement RPC. ONLY tiny.place payment
|
||||
# broadcasts use this (general wallet ops keep OPENHUMAN_WALLET_RPC_SOLANA): they
|
||||
# try this endpoint first and fall back to the public cluster RPC if it is
|
||||
# unreachable. Defaults to <TINYPLACE_API_BASE_URL>/solana/rpc
|
||||
# (i.e. https://api.tiny.place/solana/rpc), so it tracks prod/staging
|
||||
# automatically — set this only to point settlement at a different RPC.
|
||||
# TINYPLACE_SOLANA_RPC_URL=https://api.tiny.place/solana/rpc
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# x402 Machine Payments
|
||||
# ---------------------------------------------------------------------------
|
||||
@@ -365,7 +373,8 @@ RUST_BACKTRACE=1
|
||||
# tiny.place Agent World integration
|
||||
# ---------------------------------------------------------------------------
|
||||
# [optional] Base URL for the tiny.place backend API.
|
||||
# Default: https://staging-api.tiny.place
|
||||
# Default: https://api.tiny.place (production)
|
||||
# Set to https://staging-api.tiny.place to test against staging.
|
||||
# TINYPLACE_API_BASE_URL=https://staging-api.tiny.place
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user