mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-22 23:46: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.
|
||||
DEBUG = False
|
||||
|
||||
# Set to True in addition to DEBUG above to enable the creation of new database migrations.
|
||||
DEVELOPER = False
|
||||
|
||||
# Email settings
|
||||
EMAIL = {
|
||||
'SERVER': 'localhost',
|
||||
|
Loading…
Reference in New Issue
Block a user