netbox-docker/test-configuration/test_config.py

17 lines
274 B
Python
Raw Normal View History

2022-08-31 12:05:34 +00:00
LOGGING = {
'version': 1,
'disable_existing_loggers': True
}
2023-07-07 06:12:33 +00:00
2025-03-06 20:29:33 +00:00
PLUGINS = [
'netbox.tests.dummy_plugin',
]
2025-04-12 09:10:33 +00:00
ALLOW_TOKEN_RETRIEVAL = True
2025-03-06 20:29:33 +00:00
2023-07-07 06:12:33 +00:00
DEFAULT_PERMISSIONS = {}
API_TOKEN_PEPPERS = {
1: 'TEST-VALUE-DO-NOT-USE-TEST-VALUE-DO-NOT-USE-TEST-VALUE-DO-NOT-USE',
}