mirror of
https://github.com/dqzboy/Docker-Proxy.git
synced 2026-01-12 16:25:42 +08:00
22 lines
537 B
Plaintext
22 lines
537 B
Plaintext
# HubCmdUI 环境变量配置示例
|
|
# 复制此文件为 .env 并修改相应的值
|
|
|
|
# HTTP 代理配置 (用于所有出站请求)
|
|
# HTTP_PROXY=http://proxy.example.com:8080
|
|
# HTTPS_PROXY=https://proxy.example.com:8080
|
|
# NO_PROXY=localhost,127.0.0.1,.local
|
|
|
|
# 如果代理需要用户名和密码认证
|
|
# HTTP_PROXY=http://username:password@proxy.example.com:8080
|
|
# HTTPS_PROXY=https://username:password@proxy.example.com:8080
|
|
|
|
|
|
# 服务器配置
|
|
PORT=3000
|
|
|
|
# 会话密钥
|
|
SESSION_SECRET=OhTq3faqSKoxbV%NJV
|
|
|
|
# 服务器端口
|
|
PORT=3000
|