11 lines
234 B
Text
Executable file
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
|