16 lines
482 B
Plaintext
16 lines
482 B
Plaintext
# ============================================
|
|
# TRON Parity Ladder — Environment Configuration
|
|
# ============================================
|
|
# Copy this file to .env and customize:
|
|
# cp .env.example .env
|
|
# ============================================
|
|
|
|
# Port the container exposes on the host (default: 8080)
|
|
PORT=8080
|
|
|
|
# Optional: override the timezone inside the container
|
|
TZ=UTC
|
|
|
|
# Optional: image tag override (set via docker-compose build --build-arg)
|
|
# IMAGE_TAG=latest
|