mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 18:08:38 -06:00
Merge pull request #6920 from candlerb/candlerb/6919
Change example ADMINS to show a tuple
This commit is contained in:
commit
71e6dc8275
@ -69,7 +69,7 @@ SECRET_KEY = ''
|
|||||||
# Specify one or more name and email address tuples representing NetBox administrators. These people will be notified of
|
# Specify one or more name and email address tuples representing NetBox administrators. These people will be notified of
|
||||||
# application errors (assuming correct email settings are provided).
|
# application errors (assuming correct email settings are provided).
|
||||||
ADMINS = [
|
ADMINS = [
|
||||||
# ['John Doe', 'jdoe@example.com'],
|
# ('John Doe', 'jdoe@example.com'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# URL schemes that are allowed within links in NetBox
|
# URL schemes that are allowed within links in NetBox
|
||||||
|
Loading…
Reference in New Issue
Block a user