# Configuration file for folderhost service
# This file is sourced by systemd service

# Server configuration
# FOLDERHOST_ADDRESS=0.0.0.0:8080

# Storage paths
# FOLDERHOST_DATA_DIR=/var/lib/folderhost/data

# Authentication (if needed)
# FOLDERHOST_ADMIN_USER=admin
# FOLDERHOST_ADMIN_PASSWORD=changeme

# Database configuration (if SQLite is used)
# FOLDERHOST_DB_PATH=/var/lib/folderhost/folderhost.db

# Logging
# FOLDERHOST_LOG_LEVEL=info  # debug, info, warn, error

# Security
# FOLDERHOST_JWT_SECRET=your-secret-key-here

# Max file upload size (in MB)
# FOLDERHOST_MAX_UPLOAD_SIZE=100
