Files
superlink/deploy/.env.example
T

8 lines
283 B
Bash
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.
# SuperLink 部署环境变量(复制为 .env 并填写后再 docker compose up)
# 注意:.env 含口令,不要提交到 git(已加入 .gitignore)
# 数据库
DB_NAME=mysuperlink
DB_USER=mysuperlink_root
DB_PASS=ChangeMe_DB_Pass_2026
DB_ROOT_PASS=ChangeMe_Root_Pass_2026