Skip to content

Commit e461570

Browse files
committed
fix: shift back to correct port
Signed-off-by: Anju Pathak <anjupathak9810@gmail.com>
1 parent 9751053 commit e461570

File tree

1 file changed

+1
-1
lines changed
  • django-postgres/django_postgres/django_postgres

1 file changed

+1
-1
lines changed

django-postgres/django_postgres/django_postgres/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def _db_options_from_env():
107107
'USER': 'postgres',
108108
'PASSWORD': 'postgres',
109109
'HOST': '0.0.0.0',
110-
'PORT': '6000',
110+
'PORT': '5432',
111111
'OPTIONS': _db_options_from_env(),
112112
}
113113
}

0 commit comments

Comments
 (0)