diff --git a/database/db-creation.py b/database/db-creation.py index 3787048..56b940c 100644 --- a/database/db-creation.py +++ b/database/db-creation.py @@ -6,7 +6,7 @@ conn = psycopg2.connect( dbname=os.getenv('POSTGRES_DATABASE'), user=os.getenv('POSTGRES_USER'), password=os.getenv('POSTGRES_PASSWORD'), - host="https://codefirst.iut.uca.fr/containers/felixmielcarek-pgsql" + host="https://codefirst.iut.uca.fr/containers/felixmielcarek-bigbrotherdb" ) # Create a cursor object to execute SQL queries