v0.3.2-pre.004-fix.001
This commit is contained in:
13
.env.example
13
.env.example
@@ -1,13 +1,18 @@
|
||||
# file: .env.example
|
||||
# version: 11
|
||||
# version: 13
|
||||
|
||||
# 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.
|
||||
KSP_LOGS_DIRECTORY=logs
|
||||
|
||||
# PostgreSQL connection URI used by Config std.store profiles.
|
||||
# Keep credentials only in the process environment or local .env; the committed fallback remains secret-classified and is redacted in safe projections.
|
||||
# KSP_SECRET_STORE_POSTGRES_URI=postgresql://user:password@localhost/ksp
|
||||
# PostgreSQL URI for the Devnet Store target.
|
||||
KSP_SECRET_STORE_DEVNET_POSTGRES_URI=postgresql://...
|
||||
|
||||
# PostgreSQL URI for the Mainnet Store target.
|
||||
KSP_SECRET_STORE_MAINNET_POSTGRES_URI=postgresql://...
|
||||
|
||||
# PostgreSQL URI for the Testnet Store target.
|
||||
KSP_SECRET_STORE_TESTNET_POSTGRES_URI=postgresql://...
|
||||
|
||||
# KSP Wallet root directory. Used by config/std.wallet.json before an optional profile subdirectory is appended.
|
||||
# The committed Wallet document falls back to "wallets" when neither the process environment nor .env defines this variable.
|
||||
|
||||
Reference in New Issue
Block a user