Files
urbanLifeline/docker/kkfileView/.env.example
2026-02-11 14:14:15 +08:00

33 lines
969 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ================================================
# KKFileView 配置
# 复制此文件为 .env 并修改配置
# ================================================
# 新增KKFileView代理后的完整基础URLHTTPS+域名,无端口、无末尾斜杠)
KKFILEVIEW_BASE_URL=https://org.xyzh.yslg.kkfileview
# ------------------------------
# 端口配置
# ------------------------------
KKFILEVIEW_PORT=8012
# ------------------------------
# 数据目录
# ------------------------------
DATA_ROOT=../volumes
# ------------------------------
# 存储配置(可选)
# ------------------------------
# STORAGE_TYPE=local
# STORAGE_PATH=/data
# ------------------------------
# 其他配置(可选)
# ------------------------------
# 预览服务地址(如果需要外部访问)
# KKFILEVIEW_EXTERNAL_URL=http://localhost:8012
# 最大文件大小(默认 50M
# MAX_FILE_SIZE=52428800
# 转换超时时间(默认 60s
# CONVERT_TIMEOUT=60