v0.2.11-pre.009
This commit is contained in:
22
.env.example
22
.env.example
@@ -1,5 +1,5 @@
|
||||
# file: .env.example
|
||||
# version: 9
|
||||
# version: 10
|
||||
|
||||
# KSP Logging root directory. Used by config/std.logging.json for relative log output paths.
|
||||
# The current Config document fallback is "logs" when neither the process environment nor .env defines this variable.
|
||||
@@ -50,6 +50,26 @@ KSP_PUBLIC_SOLANA_MAINNET_WS_URL=wss://api.mainnet-beta.solana.com
|
||||
# Keep the real credential only in the process environment or local .env; never commit it.
|
||||
# KSP_SECRET_HELIUS_API_KEY=replace-me
|
||||
|
||||
# Birdeye Standard API key used by the optional `all_free` profile in config/std.offchain_transport.json.
|
||||
# Keep the real credential only in the process environment or local .env; never commit it.
|
||||
# KSP_SECRET_BIRDEYE_API_KEY=replace-me
|
||||
|
||||
# CoinGecko Demo API key used by the optional `all_free` Off-chain Transport profile.
|
||||
# Keep the real credential only in the process environment or local .env; never commit it.
|
||||
# KSP_SECRET_COINGECKO_DEMO_API_KEY=replace-me
|
||||
|
||||
# CoinMarketCap Basic API key used by the optional `all_free` Off-chain Transport profile.
|
||||
# Keep the real credential only in the process environment or local .env; never commit it.
|
||||
# KSP_SECRET_COINMARKETCAP_API_KEY=replace-me
|
||||
|
||||
# Public Solana pair address used by DexScreener for explicit SOL/USD pair lookup in the optional `all_free` profile.
|
||||
# This value is intentionally public and must identify the exact pair chosen by the operator.
|
||||
# KSP_PUBLIC_DEXSCREENER_SOL_USD_PAIR_ADDRESS=replace-with-solana-pair-pubkey
|
||||
|
||||
# Jupiter Free API key used by the optional `all_free` Off-chain Transport profile.
|
||||
# Keep the real credential only in the process environment or local .env; never commit it.
|
||||
# KSP_SECRET_JUPITER_API_KEY=replace-me
|
||||
|
||||
# Fade-in duration in milliseconds used by the common KSP desk splash lifecycle.
|
||||
KSP_DESK_SPLASH_FADE_IN_MS=300
|
||||
|
||||
|
||||
Reference in New Issue
Block a user