Files
og/.env.production.example
2026-09-11 06:14:38 +02:00

6 lines
242 B
Bash

# Copy to .env or export these values before docker compose commands.
# The safe default publishes the gateway only on the Docker host loopback.
GATEWAY_CONFIG=./gateway-config.json
GATEWAY_PUBLISH_ADDRESS=127.0.0.1
GATEWAY_PUBLISH_PORT=9080