Files
iot-dc3/dc3-web/.env.example
T
pnoker 2e4645e606 Add 'dc3-web/' from commit '0c3c7a157c3f003d5d8a8077c3e3850069d19747'
git-subtree-dir: dc3-web
git-subtree-mainline: e133f5a027
git-subtree-split: 0c3c7a157c
2026-06-28 09:45:33 +08:00

16 lines
335 B
Bash

# Makefile / Docker Compose defaults for the web project.
# Copy to .env only when local overrides are needed.
REGISTRY=auto
DC3_WEB_IMAGE=pnoker/dc3-web
DC3_WEB_VERSION=latest
DC3_BIND_HOST=127.0.0.1
DC3_WEB_HTTP_PORT=8080
DC3_WEB_HTTPS_PORT=8443
APP_API_HOST=dc3-gateway
APP_API_PORT=8000
DC3_LOG_MAX_SIZE=20m
DC3_LOG_MAX_FILE=20