Akan.js provides a centralized environment configuration system through baseEnv and baseClientEnv. These objects contain essential runtime information that determines how your application operates across different environments (local, debug, develop, main) and contexts (server, client).
🔧baseEnv
Core environment variables shared across server and client. Contains app identity, environment type, operation mode, and network configuration.
🌐baseClientEnv
Extended environment for client-side operations. Includes all baseEnv properties plus client/server connection URIs, protocols, and render mode configuration.