diff --git a/agdss/settings/common.py b/agdss/settings/common.py index 6f5f314..ef2f108 100644 --- a/agdss/settings/common.py +++ b/agdss/settings/common.py @@ -87,7 +87,7 @@ 'USER': 'aguser', 'PASSWORD': 'aguser', 'HOST': 'localhost', # Empty for localhost through domain sockets or '127.0.0.1' for localhost through TCP. - 'PORT': '', # Set to empty string for default. + 'PORT': '5432', # 5432 is default, specified here for ease of viewing } }