clarify path to configuration.py

Thomas McWork 2023-02-09 13:23:54 +01:00
parent 1ac732d370
commit ccec49bf96

@ -17,7 +17,7 @@ netbox-secretstore
## NetBox Configuration
To get plugins to work within NetBox you need to add some configuration to `configuration.py`.
To get plugins to work within NetBox you need to add some configuration to `configuration/configuration.py`.
```python
PLUGINS = ["netbox_secretstore"]