Expand description
Configuration module for the microsandbox server.
This module handles server configuration including:
- Server settings and environment variables
- JWT token configuration
- Namespace management
- Development and production mode settings
The module provides:
- Configuration structure for server settings
- Default values for server configuration
- Environment-based configuration loading
- Namespace directory management
Structs§
- Config
- Configuration structure that holds all the application settings loaded from environment variables
Constants§
- DEFAULT_
JWT_ HEADER - Default JWT header for HS256 algorithm in base64
- PROXY_
AUTH_ HEADER - The header name for the proxy authorization