Files
Docker_Compose/480T/rc/.env
T
2026-07-26 02:17:37 +08:00

19 lines
526 B
Bash

#!/bin/sh
# Change these
REG_TOKEN=
DOMAIN=localhost
ROOT_URL=http://localhost:9980
RELEASE=8.6.1
# Change to true after you set your domain and valid lets encrypt email
LETSENCRYPT_ENABLED=false
LETSENCRYPT_EMAIL=demo@email.com
TRAEFIK_PROTOCOL=http
# MongoDB
MONGODB_BIND_IP=127.0.0.1
MONGODB_PORT_NUMBER=27017
# NATS (bundled compose.nats.yml). For external NATS, set NATS_URL and omit compose.nats.yml; see docs/external-nats.md
NATS_PORT_NUMBER=4223
NATS_BIND_IP=127.0.0.1
# NATS_URL=monolith+nats://your-nats-host:4222