Organize config examples: move config*.toml to examples/ directory

This commit is contained in:
2025-11-26 19:13:45 +01:00
parent 835669e37e
commit bbc0e66c71
6 changed files with 25 additions and 0 deletions

25
examples/README.md Normal file
View File

@@ -0,0 +1,25 @@
# HMAC File Server Configuration Examples
This directory contains example configuration files for various deployment scenarios.
## Available Configurations
- **config-enhanced-security.toml** - Security-hardened configuration with enhanced authentication
- **config-mobile-resilient.toml** - Optimized for mobile XMPP clients with extended grace periods
- **config-network-switching.toml** - Advanced network resilience for WiFi ↔ LTE switching
- **config-production-enhanced.toml** - Production-ready configuration with performance optimizations
- **config-production-validated.toml** - Validated production configuration for enterprise deployment
## Usage
Copy the example that best fits your use case and customize it:
```bash
cp examples/config-production-validated.toml config.toml
# Edit config.toml with your settings
./hmac-file-server -config config.toml
```
## More Templates
See the `templates/` directory for additional configuration templates for specific deployment methods (Docker, Podman, SystemD, Debian).