# NetBox operator knobs (all optional; defaults shown) # Copy values into the Cloudron app's custom env config as needed. # Django TIME_ZONE (IANA name) NETBOX_TIME_ZONE=UTC # Granian web workers (default 4; lower on small installs) NETBOX_GRANIAN_WORKERS=4 # Expose Prometheus metrics at /metrics NETBOX_METRICS_ENABLED=false