Skip to content

Commit

Permalink
Deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocaracini committed Sep 10, 2023
1 parent b586d3d commit de4dbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion de_challenge/app/config/env_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
db_host = socket.gethostbyname("db")

# You can print the resolved IP address for debugging purposes
print(f"Resolved DB host IP: {db_host}")
print(f"Resolved DB host IP {db_host}")
from dotenv import load_dotenv
load_dotenv('/.env',)

Expand Down

0 comments on commit de4dbbb

Please sign in to comment.