Expand description
Configuration management for shell-tunnel.
Configuration is loaded with the following priority (highest to lowest):
- Command-line arguments
- Environment variables
- Configuration file (JSON)
- Default values
Structs§
- Auth
Section - Authentication configuration.
- Config
- Application configuration.
- Cors
Section - CORS configuration section.
- Logging
Section - Logging configuration section.
- Rate
Limit Section - Rate limiting configuration.
- Security
Section - Security configuration section.
- Server
Section - Server configuration section.
Enums§
- Config
Error - Configuration errors.