Files
stu-ai-demo/.env.example

65 lines
1.5 KiB
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.
# ============================================
# AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
# 自动生成的文件 - 请勿手动修改
# ============================================
# This file is automatically generated by .env to help developers or AI understand the environment variables in the project
# 此文件由 .env 自动生成用于帮助开发人员或者AI了解项目中有哪些环境变量
#
# Purpose: Template for environment variables
# 用途:环境变量配置模板
#
# Usage:
# 使用方法:
# 1. Copy this file: cp .env.example .env
# 复制此文件cp .env.example .env
# 2. Fill in your actual values in .env
# 在 .env 中填写实际的配置值
# 3. Never commit .env to Git!
# 永远不要将 .env 提交到 Git
# ============================================
# 默认配置文件,在所有环境下都会加载
# 容器相关
POSTGRESQL_USERNAME=
POSTGRESQL_PASSWORD=
POSTGRESQL_PORT=
DATABASE_URL=
REDIS_HOST=
REDIS_PORT=
REDIS_PASSWORD=
MINIO_ENDPOINT=
MINIO_API_PORT=
MINIO_CONSOLE_PORT=
MINIO_USE_SSL=
MINIO_ROOT_USER=
MINIO_ROOT_PASSWORD=
MINIO_SERVER_URL=
MINIO_BUCKET=
# 应用相关
SUPER_ADMIN_PASSWORD=
USER_DEFAULT_PASSWORD=
## 数据库批次操作默认并发数
DB_PARALLEL_LIMIT =
# NextAuth.js Configuration
NEXTAUTH_SECRET=
PKUAI_API_KEY=
PKUAI_API_BASE=
# 仅在开发环境加载(写在.env.development中
NEXT_PUBLIC_DEV_TERMINAL_DEFAULT_PORT=
DEV_TERMINAL=
# 仅在生产环境加载(写在.env.production中