phase cv 0
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# MPR Environment Configuration
|
||||
# Copy to .env and adjust values as needed
|
||||
|
||||
# Database
|
||||
# Database (must match ctrl/k8s/base/postgres.yaml configmap)
|
||||
POSTGRES_DB=mpr
|
||||
POSTGRES_USER=mpr_user
|
||||
POSTGRES_PASSWORD=mpr_pass
|
||||
POSTGRES_USER=mpr
|
||||
POSTGRES_PASSWORD=mpr
|
||||
POSTGRES_HOST=postgres
|
||||
POSTGRES_PORT=5432
|
||||
DATABASE_URL=postgresql://mpr_user:mpr_pass@postgres:5432/mpr
|
||||
DATABASE_URL=postgresql://mpr:mpr@postgres:5432/mpr
|
||||
|
||||
# Redis
|
||||
REDIS_HOST=redis
|
||||
@@ -27,6 +27,9 @@ GRPC_HOST=grpc
|
||||
GRPC_PORT=50051
|
||||
GRPC_MAX_WORKERS=10
|
||||
|
||||
# Media — host path for kind cluster mount
|
||||
MEDIA_HOST_PATH=/home/you/wdir/mpr/media
|
||||
|
||||
# S3 Storage (MinIO locally, real S3 on AWS)
|
||||
# In k8s/docker: http://minio:9000
|
||||
# On dev machine (port-forward): http://localhost:9000
|
||||
|
||||
Reference in New Issue
Block a user