v0.2.6-pre.014
This commit is contained in:
14
.env.example
14
.env.example
@@ -1,5 +1,5 @@
|
||||
# file: .env.example
|
||||
# version: 3
|
||||
# version: 4
|
||||
|
||||
# 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.
|
||||
@@ -11,7 +11,8 @@ KSP_WALLETS_DIRECTORY=wallets
|
||||
|
||||
# Optional Wallet Desk password candidates are introduced by the later unlock tranche.
|
||||
# Additional KSP_SECRET_WALLET_PASS_<LABEL> variables may be defined locally; never commit real password values.
|
||||
# KSP_SECRET_WALLET_PASS_01=
|
||||
# KSP_SECRET_WALLET_PASS_WALLET_01='test'
|
||||
# KSP_SECRET_WALLET_PASS_01='test'
|
||||
|
||||
# Optional public Solana Devnet HTTP endpoint override used by config/std.transport.json.
|
||||
# The committed Transport document falls back to https://api.devnet.solana.com when this variable is absent.
|
||||
@@ -25,8 +26,11 @@ KSP_PUBLIC_SOLANA_MAINNET_HTTP_URL=https://api.mainnet-beta.solana.com
|
||||
# Keep provider credentials in a KSP_SECRET_* variable; do not copy a real credential-bearing URL into committed JSON.
|
||||
# KSP_SECRET_SOLANA_HTTP_URL=https://provider.example/?api-key=replace-me
|
||||
|
||||
# Minimum time in milliseconds that a KSP desk splash remains visible after its frontend is ready.
|
||||
# Fade-in duration in milliseconds used by the common KSP desk splash lifecycle.
|
||||
KSP_DESK_SPLASH_FADE_IN_MS=300
|
||||
|
||||
# Minimum fully-visible time in milliseconds used by the common KSP desk splash lifecycle.
|
||||
KSP_DESK_SPLASH_MINIMUM_MS=1200
|
||||
|
||||
# Fade-in/fade-out duration in milliseconds used by the common KSP desk splash lifecycle.
|
||||
KSP_DESK_SPLASH_FADE_MS=300
|
||||
# Fade-out duration in milliseconds used by the common KSP desk splash lifecycle.
|
||||
KSP_DESK_SPLASH_FADE_OUT_MS=300
|
||||
|
||||
Reference in New Issue
Block a user