Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 0dbbd50

Browse files
committed
changed db host mame from db to postgres
1 parent 74a1e4b commit 0dbbd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/backend/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
'NAME': os.environ.get('RDS_DB_NAME', 'postgres'),
142142
'USER': os.environ.get('RDS_USERNAME', 'postgres'),
143143
'PASSWORD': os.environ.get('RDS_PASSWORD', 'postgres'),
144-
'HOST': os.environ.get('RDS_HOSTNAME', 'db'),
144+
'HOST': os.environ.get('RDS_HOSTNAME', 'postgres'),
145145
'PORT': os.environ.get('RDS_PORT', 5432),
146146
}
147147
}

0 commit comments

Comments
 (0)