Use stable docs url

This commit is contained in:
Tyler Bigler 2019-10-25 11:50:29 -04:00
parent 8f8b1c9298
commit ee7b3064dd

View File

@ -21,7 +21,7 @@ NetBox requires access to a PostgreSQL database service to store data. This serv
* `PASSWORD` - PostgreSQL password * `PASSWORD` - PostgreSQL password
* `HOST` - Name or IP address of the database server (use `localhost` if running locally) * `HOST` - Name or IP address of the database server (use `localhost` if running locally)
* `PORT` - TCP port of the PostgreSQL service; leave blank for default port (5432) * `PORT` - TCP port of the PostgreSQL service; leave blank for default port (5432)
* `CONN_MAX_AGE` - Number in seconds for Netbox to keep database connections open. 150-300 seconds is typically a good starting point ([more info](https://docs.djangoproject.com/en/2.2/ref/databases/#persistent-connections)). * `CONN_MAX_AGE` - Number in seconds for Netbox to keep database connections open. 150-300 seconds is typically a good starting point ([more info](https://docs.djangoproject.com/en/stable/ref/databases/#persistent-connections)).
Example: Example:
@ -71,7 +71,7 @@ REDIS = {
!!! note: !!! note:
If you were using these settings in a prior release with webhooks, the `DATABASE` setting remains the same but If you were using these settings in a prior release with webhooks, the `DATABASE` setting remains the same but
an additional `CACHE_DATABASE` setting has been added with a default value of 1 to support the caching backend. The an additional `CACHE_DATABASE` setting has been added with a default value of 1 to support the caching backend. The
`DATABASE` setting will be renamed in a future release of NetBox to better relay the meaning of the setting. `DATABASE` setting will be renamed in a future release of NetBox to better relay the meaning of the setting.
!!! warning: !!! warning:
It is highly recommended to keep the webhook and cache databases seperate. Using the same database number for both may result in webhook It is highly recommended to keep the webhook and cache databases seperate. Using the same database number for both may result in webhook