automa/minecraft/.env

12 lines
550 B
Bash
Raw Permalink 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.

# .env 文件:用于存储敏感或可变配置,避免硬编码到 YAML 中。
# 用户需自行修改以下值,并确保文件权限安全(例如 chmod 600 .env
# 用户权限(避免容器文件权限问题,替换为您的主机用户 UID/GID使用命令 'id' 查询)
UID=1000
GID=1000
# RCON 密码(远程控制密码,必须复杂且安全;原配置中已移除具体值)
RCON_PASSWORD=your_rcon_password_here
# 时区(根据服务器位置调整,例如 Asia/Shanghai 为中国标准时间)
TZ=Asia/Shanghai