mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 08:46:10 -06:00
revert the database user
This commit is contained in:
parent
7b787855cd
commit
c2b68b0f62
@ -7,7 +7,7 @@ ALLOWED_HOSTS = ['*']
|
|||||||
|
|
||||||
DATABASE = {
|
DATABASE = {
|
||||||
'NAME': 'netbox',
|
'NAME': 'netbox',
|
||||||
'USER': 'postgres',
|
'USER': 'netbox',
|
||||||
'PASSWORD': 'netbox',
|
'PASSWORD': 'netbox',
|
||||||
'HOST': 'localhost',
|
'HOST': 'localhost',
|
||||||
'PORT': '',
|
'PORT': '',
|
||||||
|
Loading…
Reference in New Issue
Block a user