PORT=8000 # Used for all encryption-related tasks in the framework (JWT, etc.) JWT_SECRET="replace_this_with_a_secure_random_string" # Framework Timezone TZ="Asia/Jakarta" # Redis Configuration (Optional) # If REDIS_URL is not set or connection fails, the framework will automatically # switch to an in-memory Redis mock (bundled). No installation required for development. # REDIS_URL="redis://localhost:6379" # NO_REDIS="true"