django and fastapi apps
This commit is contained in:
21
ctrl/.env.template
Normal file
21
ctrl/.env.template
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user