13 lines
173 B
Python
Raw Normal View History

2022-08-31 14:05:34 +02:00
LOGGING = {
'version': 1,
'disable_existing_loggers': True
}
2023-07-07 08:12:33 +02:00
2025-03-06 21:29:33 +01:00
PLUGINS = [
'netbox.tests.dummy_plugin',
]
2025-04-12 11:10:33 +02:00
ALLOW_TOKEN_RETRIEVAL = True
2025-03-06 21:29:33 +01:00
2023-07-07 08:12:33 +02:00
DEFAULT_PERMISSIONS = {}