You've already forked opc-backend
25 lines
583 B
Bash
25 lines
583 B
Bash
# 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
|