# Copy to .env and edit. RELAY_NAME="My Relay" RELAY_WEB_DOMAIN=relay1.example.com POSTGRES_USER=simplex POSTGRES_DB=simplex_chat_relay POSTGRES_PASSWORD=change-me # Ref to build: tag, branch or commit. CHAT_REF=88df79d1e26921c7d1835fc8484fade596356fb6 # SMP server for the relay address, used when the address is created. #RELAY_ADDRESS_SERVER=smp://@smp.example.com # GHC runtime options, without the +RTS/-RTS markers. #RELAY_RTS_OPTS="-N -F1.2 -A16m -I0.01 -Iw15" # Database connection pool and internal queue size. #RELAY_POOL_SIZE=4 #RELAY_QUEUE_SIZE=65536