From c2b68b0f62125afdf406b567a4d19e050565bb83 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Wed, 2 Aug 2023 13:57:39 +0530 Subject: [PATCH] revert the database user --- netbox/netbox/configuration_testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/netbox/configuration_testing.py b/netbox/netbox/configuration_testing.py index 9d23afb90..18a3c2afa 100644 --- a/netbox/netbox/configuration_testing.py +++ b/netbox/netbox/configuration_testing.py @@ -7,7 +7,7 @@ ALLOWED_HOSTS = ['*'] DATABASE = { 'NAME': 'netbox', - 'USER': 'postgres', + 'USER': 'netbox', 'PASSWORD': 'netbox', 'HOST': 'localhost', 'PORT': '',