From 41e4d6e15b81e6c7f4b0ee22bcfd4c31c2f888f5 Mon Sep 17 00:00:00 2001 From: Hedde van der Heide Date: Fri, 17 Dec 2021 13:20:56 +0100 Subject: [PATCH] updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b445c82..af5e94a 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,9 @@ $ ./start-netbox.sh This will start Netbox locally (requires Docker) and forward the redis and postgres ports to the localhost (make sure there's no processes using these ports or change the dockerfiles accordingly) -``` -go back to the netbox configuration.py file and update the postgres and redis connection strings (username, password) to the ones the netbox docker backend is using, for example: +Go back to the netbox configuration.py file and update the postgres and redis connection strings (username, password) to the ones the netbox docker backend is using, for example (using default user and passwords from the netbox docker example): +``` <> # PostgreSQL database configuration. See the Django documentation for a complete list of available parameters: