Skip to content

Commit

Permalink
Specified default port in database definition
Browse files Browse the repository at this point in the history
  • Loading branch information
dcunhas authored Jun 27, 2017
1 parent de01daf commit 7e497ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agdss/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit 7e497ec

Please sign in to comment.