phase cv 0

This commit is contained in:
2026-03-26 22:22:35 -03:00
parent beb0416280
commit 65814b5b9e
46 changed files with 2962 additions and 268 deletions

View File

@@ -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