File zammad.env of Package zammad
# Zammad environment configuration # This file is sourced by systemd service units # Rails environment RAILS_ENV=production # Bind IP address for web and websocket servers # Use 127.0.0.1 for localhost only (requires reverse proxy) # Use 0.0.0.0 to listen on all interfaces ZAMMAD_BIND_IP=127.0.0.1 # Web server port (Rails/Puma) ZAMMAD_RAILS_PORT=3000 # WebSocket server port ZAMMAD_WEBSOCKET_PORT=6042 # Locale settings LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 # Ruby garbage collection tuning RUBY_GC_MALLOC_LIMIT=90000000