Files
Turbine/.env.example
2025-12-13 16:16:15 +08:00

37 lines
937 B
Plaintext

# This is an example .env file for the Turbine project.
# Copy this to .env and fill in the values.
# --- Third-Party Image Names ---
CACHE_IMAGE=valkey/valkey:latest
QUEUE_IMAGE=nats:latest
# --- Service Ports ---
# Ports for .NET services
RING_PORT=5002
PASS_PORT=5003
DRIVE_PORT=5004
SPHERE_PORT=5005
DEVELOP_PORT=5006
INSIGHT_PORT=5007
ZONE_PORT=5008
# Alternate ports for gRPC/HTTPS, to avoid collisions in local development
RING_ALTPORT=5012
PASS_ALTPORT=5013
DRIVE_ALTPORT=5014
SPHERE_ALTPORT=5015
DEVELOP_ALTPORT=5016
INSIGHT_ALTPORT=5017
ZONE_ALTPORT=5018
# --- .NET Service Image Names ---
# These should point to the images you have built or pulled.
GATEWAY_IMAGE=turbine/gateway:latest
RING_IMAGE=turbine/ring:latest
PASS_IMAGE=turbine/pass:latest
DRIVE_IMAGE=turbine/drive:latest
SPHERE_IMAGE=turbine/sphere:latest
DEVELOP_IMAGE=turbine/develop:latest
INSIGHT_IMAGE=turbine/insight:latest
ZONE_IMAGE=turbine/zone:latest