Skip to content
Snippets Groups Projects
Commit 009eaca2 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Correct default port in postgresql example config

parent 050190fe
No related merge requests found
...@@ -23,7 +23,7 @@ mysql_config = { ...@@ -23,7 +23,7 @@ mysql_config = {
# PostgreSQL connection values. # PostgreSQL connection values.
postgresql_config = { postgresql_config = {
'host': '127.0.0.1', 'host': '127.0.0.1',
'port': '3306', 'port': '5432',
'name': 'db_name', 'name': 'db_name',
'user': 'db_user', 'user': 'db_user',
'password': 'db_pass', 'password': 'db_pass',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment