kv-tube/.env.example
KV-Tube Deployer 95cfe06f2c
Some checks failed
CI / lint (push) Failing after 6s
CI / test (push) Failing after 1s
Docker Build & Push / build (push) Failing after 1s
CI / build (push) Has been skipped
chore: setup Dockerfiles and CI for Forgejo and Synology
2026-02-22 17:29:42 +07:00

11 lines
234 B
Text
Executable file

# 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