Files
yu-zhi-ran/platform/.env.example
T

21 lines
579 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 文件并修改
# 项目根目录(可选,自动检测)
# PROJECT_ROOT=/root/.openclaw/workspaces/yzr-yxl/projects/yu-zhi-ran
# 数据目录(可选,默认使用 platform/data
# DATA_DIR=/path/to/data
# 日志级别
LOG_LEVEL=INFO
# CORS 允许的源(生产环境应限制)
ALLOWED_ORIGINS=*
# 数据库(SQLite,默认使用 platform/data/yzr.db
# DATABASE_URL=sqlite:///data/yzr.db
# 自动化脚本路径(通常不需要修改)
# AUTOMATION_DIR=${PROJECT_ROOT}/automation