Skip to content

Commit

Permalink
Fix: Correção de Conexão
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sousa committed Jan 13, 2025
1 parent 72ed7d7 commit ff81aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velho-oeste/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class DataBase ():
def create_connection(self):
connect = psycopg2.connect(
host="localhost",
host="postgres",
database="velho_oeste_db",
user="velho_oeste_user",
password="vopassword")
Expand Down

0 comments on commit ff81aad

Please sign in to comment.