platform
platform copied to clipboard
fix: rename PLATFORM_WALLET_PASSWORD to PLATFORM_WALLET_KEY
Fixes #1475 Changed all references of PLATFORM_WALLET_PASSWORD to PLATFORM_WALLET_KEY across the codebase and configuration files.
Summary by CodeRabbit
-
Chores
- Renamed public environment variable PLATFORM_WALLET_PASSWORD → PLATFORM_WALLET_KEY. Services now read the new variable. Action required: update your environment and deployment settings to use PLATFORM_WALLET_KEY.
-
Documentation
- Updated example and demo environment files to use PLATFORM_WALLET_KEY so samples match runtime configuration.