#!/bin/sh # Change these REG_TOKEN= DOMAIN=localhost ROOT_URL=http://localhost:3000 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