docs: 新增配置文件、后端依赖清单及完整运行部署文档

This commit is contained in:
2026-04-28 16:40:11 +08:00
parent 23855ef0e4
commit ae795258e5
5 changed files with 98 additions and 6 deletions

24
.env Normal file
View File

@@ -0,0 +1,24 @@
# Database Configuration
DB_ENGINE=django.db.backends.postgresql
DB_NAME=blw
DB_USER=blw
DB_PASSWORD=yingnuo@2077
DB_HOST=129.28.68.153
DB_PORT=8200
# Redis Configuration
REDIS_CONN=redis://129.28.68.153:8201/0
# Application Configuration
SECRET_KEY=django-insecure-opc-community-platform
DEBUG=True
ALLOWED_HOSTS=*
CORS_ALLOW_ALL_ORIGINS=True
# MinIO Configuration
MINIO_ENDPOINT=129.28.68.153:8202
MINIO_ACCESS_KEY=N9O3ZBNOCCC1L690B6J0
MINIO_SECRET_KEY=GUxGlc3QjH2Y+CSxI5uy0e2GBWGTQ6W1YXX0aKG9
MINIO_BUCKET_NAME=blw
MINIO_SECURE=False
MINIO_PUBLIC_URL=http://129.28.68.153:8202