# Mainroom - Environment Configuration # Copy this file to .env and fill in your values # # This configuration is shared across all services in mainroom # Individual services can override these values in their own .env files # ============================================================================= # DEPLOYMENT CONFIG # ============================================================================= # Unique identifier for this deployment (used for container/network names) DEPLOYMENT_NAME=soleprint # Network name for Docker services NETWORK_NAME=soleprint_network # ============================================================================= # DOMAINS (Local Development) # ============================================================================= # Domain for soleprint services SOLEPRINT_DOMAIN=soleprint.local.com # Domain for the managed application (e.g., amar) MANAGED_DOMAIN=amar.local.com # ============================================================================= # SOLEPRINT PATHS # ============================================================================= # Path to generated soleprint instance SOLEPRINT_BARE_PATH=/home/mariano/wdir/spr/gen # ============================================================================= # PORTS # ============================================================================= SOLEPRINT_PORT=12000 ARTERY_PORT=12001 ATLAS_PORT=12002 STATION_PORT=12003 # ============================================================================= # MANAGED APP CONFIG (when using with amar or other rooms) # ============================================================================= # Complete nginx location blocks for the managed domain # This is where you define your app's routing structure # See cfg/amar/.env.example for managed app specific config