kegani-cli 0.1.3

CLI tool for Kegani framework
Documentation
# Application
APP_HOST=127.0.0.1
APP_PORT=8080
APP_ENV=development

# Database
DATABASE_URL=postgres://postgres:password@localhost:5432/{{PROJECT_NAME}}
DATABASE_MAX_CONNECTIONS=10

# Redis
REDIS_URL=redis://localhost:6379
REDIS_POOL_SIZE=5

# JWT Authentication
JWT_SECRET=change-me-in-production-use-a-long-random-string
JWT_EXPIRY_HOURS=24

# OpenTelemetry
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317

# Server
RUST_LOG=info
RUST_BACKTRACE=1