Skip to content

Commit 906b2a2

Browse files
committed
fix: remove unused line
Signed-off-by: Anju Pathak <anjupathak9810@gmail.com>
1 parent ec36b68 commit 906b2a2

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

django-postgres/django_postgres/django_postgres/settings.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828

2929
ALLOWED_HOSTS = ["*"]
3030

31-
SSL_ENABLED = os.getenv('POSTGRES_SSL_ENABLED', 'false').lower() == 'true'
32-
3331
# Application definition
3432

3533
INSTALLED_APPS = [
@@ -108,7 +106,7 @@ def _db_options_from_env():
108106
'USER': 'postgres',
109107
'PASSWORD': 'postgres',
110108
'HOST': '0.0.0.0',
111-
'PORT': '5432',
109+
'PORT': '6000',
112110
'OPTIONS': _db_options_from_env(),
113111
}
114112
}

0 commit comments

Comments
 (0)