Skip to content

Commit

Permalink
Removed ports from settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdria committed Apr 30, 2024
1 parent 223b8de commit ec32f76
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions t/proj/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
'NAME': 'postgres',
'USER': 'postgres',
'PASSWORD': 'postgres',
"PORT": 5434,
'OPTIONS': {
'connect_timeout': 1000,
}
Expand All @@ -43,7 +42,6 @@
'NAME': 'postgres',
'USER': 'postgres',
'PASSWORD': 'postgres',
"PORT": 5434,
'OPTIONS': {
'connect_timeout': 1000,
},
Expand All @@ -57,7 +55,6 @@
'NAME': 'read-only-database',
'USER': 'postgres',
'PASSWORD': 'postgres',
"PORT": 5434,
'OPTIONS': {
'connect_timeout': 1000,
'options': '-c default_transaction_read_only=on',
Expand Down

0 comments on commit ec32f76

Please sign in to comment.