revert the database user

This commit is contained in:
Abhimanyu Saharan 2023-08-02 13:57:39 +05:30
parent 7b787855cd
commit c2b68b0f62

View File

@ -7,7 +7,7 @@ ALLOWED_HOSTS = ['*']
DATABASE = {
'NAME': 'netbox',
'USER': 'postgres',
'USER': 'netbox',
'PASSWORD': 'netbox',
'HOST': 'localhost',
'PORT': '',