22 lines
368 B
Plaintext
22 lines
368 B
Plaintext
# MPR Control Environment
|
|
# Copy to .env and adjust values
|
|
|
|
# Database
|
|
POSTGRES_DB=mpr
|
|
POSTGRES_USER=mpr_user
|
|
POSTGRES_PASSWORD=mpr_pass
|
|
|
|
# Ports (less common to avoid conflicts)
|
|
POSTGRES_PORT=5433
|
|
REDIS_PORT=6380
|
|
DJANGO_PORT=8701
|
|
FASTAPI_PORT=8702
|
|
TIMELINE_PORT=5173
|
|
|
|
# Worker
|
|
MPR_EXECUTOR=local
|
|
|
|
# Remote deployment (optional)
|
|
# SERVER=user@host
|
|
# REMOTE_PATH=~/mpr
|