# KV-Tube Environment Configuration # Copy this file to .env and customize as needed # Server port (default: 8080) PORT=8080 # Data directory for SQLite database KVTUBE_DATA_DIR=./data # Gin mode: debug or release GIN_MODE=release