mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-15 12:08:17 -06:00
Use stable docs url
This commit is contained in:
parent
8f8b1c9298
commit
ee7b3064dd
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user