mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Documented the new DEVELOPER configuration parameter
This commit is contained in:
@ -90,6 +90,14 @@ This setting enables debugging. This should be done only during development or t
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# DEVELOPER
|
||||||
|
|
||||||
|
Default: False
|
||||||
|
|
||||||
|
This parameter serves as a safeguard to prevent some potentially dangerous behavior, such as generating new database schema migrations. Set this to `True` **only** if you are actively developing the NetBox code base.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## EMAIL
|
## EMAIL
|
||||||
|
|
||||||
In order to send email, NetBox needs an email server configured. The following items can be defined within the `EMAIL` setting:
|
In order to send email, NetBox needs an email server configured. The following items can be defined within the `EMAIL` setting:
|
||||||
|
Reference in New Issue
Block a user