Closes #8649: Enable customization of configuration module using NETBOX_CONFIGURATION environment variable

This commit is contained in:
jeremystretch
2022-02-15 12:36:03 -05:00
parent aa85ae89c1
commit e728738e34
8 changed files with 18 additions and 11 deletions

View File

@@ -85,7 +85,7 @@ Collecting Django==3.1 (from -r requirements.txt (line 1))
### Configure NetBox
Within the `netbox/netbox/` directory, copy `configuration.example.py` to `configuration.py` and update the following parameters:
Within the `netbox/netbox/` directory, copy `configuration_example.py` to `configuration.py` and update the following parameters:
* `ALLOWED_HOSTS`: This can be set to `['*']` for development purposes
* `DATABASE`: PostgreSQL database connection parameters