Fixes #19255: Improved documentation consistency for configuration default values (#19258)

This commit is contained in:
mr1716
2025-04-24 09:57:55 -04:00
committed by GitHub
parent 88dd7a16f8
commit 02f51bc11b
8 changed files with 44 additions and 44 deletions

View File

@@ -2,7 +2,7 @@
## DEBUG
Default: False
Default: `False`
This setting enables debugging. Debugging should be enabled only during development or troubleshooting. Note that only
clients which access NetBox from a recognized [internal IP address](./system.md#internal_ips) will see debugging tools in the user
@@ -16,6 +16,6 @@ interface.
## DEVELOPER
Default: False
Default: `False`
This parameter serves as a safeguard to prevent some potentially dangerous behavior, such as generating new database schema migrations. Additionally, enabling this setting disables the debug warning banner in the UI. Set this to `True` **only** if you are actively developing the NetBox code base.