casualroom/apps/oa/.env.example

38 lines
864 B
Plaintext
Executable File

# 数据库配置
DATABASE_URL=postgresql://insiinc:Letusdoit000@db:5432/fenghuo_db?schema=public
POSTGRES_DB=fenghuo_db
POSTGRES_USER=insiinc
POSTGRES_PASSWORD=Letusdoit000
# Redis配置
REDIS_URL=redis://:Letusdoit000@redis:6379
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_PASSWORD=Letusdoit000
# MinIO对象存储配置
MINIO_ENDPOINT=minio
MINIO_PORT=9000
MINIO_USE_SSL=false
MINIO_ACCESS_KEY=insiinc
MINIO_SECRET_KEY=Letusdoit000
# Elasticsearch配置
ELASTICSEARCH_NODE=http://elasticsearch:9200
ELASTICSEARCH_USER=elastic
ELASTICSEARCH_PASSWORD=Letusdoit000
# 应用配置
NODE_ENV=production
NEXT_TELEMETRY_DISABLED=1
NEXT_PUBLIC_DEFAULT_LOCALE=cn
NEXT_PUBLIC_API_URL=http://localhost:3001
# 文件上传配置
UPLOAD_DIR=/app/apps/backend/uploads
OIDC_SIGNING_KEY=dsadasdsadafasfweqfqwqwqwfqwgregreghregrewe
# 端口配置
WEB_PORT=3016
SERVER_PORT=3015