Update docs/configuration/system.md

This commit is contained in:
Jeremy Stretch 2025-06-03 09:12:33 -04:00 committed by GitHub
parent 14ede57112
commit 85bc54b4a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,7 +95,7 @@ Default: `('127.0.0.1', '::1')`
A list of IP addresses recognized as internal to the system, used to control the display of debugging output. For
example, the debugging toolbar will be viewable only when a client is accessing NetBox from one of the listed IP
addresses (and [`DEBUG`](./development.md#debug) is True).
addresses (and [`DEBUG`](./development.md#debug) is `True`).
---