notepad/.env.example

10 lines
280 B
Plaintext

# 应用配置
APP_NAME=Vue3 Python Notepad
# 安全配置
# 请修改这个密码,建议使用强密码
FILE_LIST_PASSWORD=your_secure_password_here
# 端口配置
# 容器对外暴露的端口(修改后需要更新 docker-compose.yml 中的端口映射)
EXTERNAL_PORT=80