mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-23 07:56:44 -06:00
Add DEVELOPER setting to example config
This commit is contained in:
parent
383918d83b
commit
e26f0cb686
@ -103,6 +103,9 @@ CORS_ORIGIN_REGEX_WHITELIST = [
|
|||||||
# on a production system.
|
# on a production system.
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
|
|
||||||
|
# Set to True in addition to DEBUG above to enable the creation of new database migrations.
|
||||||
|
DEVELOPER = False
|
||||||
|
|
||||||
# Email settings
|
# Email settings
|
||||||
EMAIL = {
|
EMAIL = {
|
||||||
'SERVER': 'localhost',
|
'SERVER': 'localhost',
|
||||||
|
Loading…
Reference in New Issue
Block a user