Sample plain text files for testing
# Alauda Network Configuration server_name=alauda.network port=3000 ssl_enabled=true max_connections=1000 timeout=30s # Database settings db_host=localhost db_port=5432 db_name=alauda_test db_user=admin # Cache settings cache_enabled=true cache_ttl=3600 cache_size=100MB
2024-01-15 10:30:45 [INFO] Server starting on port 3000 2024-01-15 10:30:45 [INFO] Database connection established 2024-01-15 10:30:46 [INFO] Cache initialized with 100MB limit 2024-01-15 10:30:46 [INFO] SSL certificates loaded 2024-01-15 10:30:46 [INFO] Alauda Network ready to accept connections 2024-01-15 10:31:12 [INFO] New connection from 192.168.1.100 2024-01-15 10:31:15 [INFO] User authenticated: test_user 2024-01-15 10:31:20 [INFO] Request processed in 45ms
HTTP/1.1 200 OK Content-Type: application/json Content-Length: 156 Date: Mon, 15 Jan 2024 10:31:20 GMT Server: Alauda/1.0 { "status": "success", "data": { "network": "alauda.network", "uptime": "2h 30m", "active_connections": 42, "version": "1.0.0" } }