Files
kitchen/.env.example
2026-04-17 07:00:26 +08:00

21 lines
465 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.
# SMTP 邮件服务配置(模板文件)
# 复制此文件为 .env 并填入真实凭证cp .env.example .env
# 官方线路1
SMTP_ROUTE1_NAME=官方线路1
SMTP_ROUTE1_ICON=🚀
SMTP_ROUTE1_HOST=
SMTP_ROUTE1_PORT=465
SMTP_ROUTE1_SSL=true
SMTP_ROUTE1_USERNAME=
SMTP_ROUTE1_PASSWORD=
# 官方线路2
SMTP_ROUTE2_NAME=官方线路2
SMTP_ROUTE2_ICON=✉️
SMTP_ROUTE2_HOST=
SMTP_ROUTE2_PORT=465
SMTP_ROUTE2_SSL=true
SMTP_ROUTE2_USERNAME=
SMTP_ROUTE2_PASSWORD=