Skip to content

Commit

Permalink
alow host
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEZE1020 committed Jan 12, 2025
1 parent 46587f8 commit 0f0c12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social_media_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

DATABASES = {
'default': dj_database_url.config(
default='postgresql://postgres:postgres@localhost:5432/mysite',
default='postgresql://postgres:postgres@internal_host:5432/socialmediaapi',
conn_max_age=600
)
}
Expand Down

0 comments on commit 0f0c12c

Please sign in to comment.